Home
last modified time | relevance | path

Searched refs:UserLen (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
DDhcp6Io.c930 UINT32 UserLen; in Dhcp6SendSolicitMsg() local
936 UserLen = 0; in Dhcp6SendSolicitMsg()
946 UserLen += (NTOHS (Instance->Config->OptionList[Index]->OpLen) + 4); in Dhcp6SendSolicitMsg()
952 Packet = AllocateZeroPool (DHCP6_BASE_PACKET_SIZE + UserLen); in Dhcp6SendSolicitMsg()
957 Packet->Size = DHCP6_BASE_PACKET_SIZE + UserLen; in Dhcp6SendSolicitMsg()
1095 UINT32 UserLen; in Dhcp6SendRequestMsg() local
1126 UserLen = 0; in Dhcp6SendRequestMsg()
1128 UserLen += (NTOHS (Instance->Config->OptionList[Index]->OpLen) + 4); in Dhcp6SendRequestMsg()
1134 Packet = AllocateZeroPool (DHCP6_BASE_PACKET_SIZE + UserLen); in Dhcp6SendRequestMsg()
1139 Packet->Size = DHCP6_BASE_PACKET_SIZE + UserLen; in Dhcp6SendRequestMsg()
[all …]