Lines Matching refs:UserLen

930   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()
1534 UINT32 UserLen; in Dhcp6SendRenewRebindMsg() local
1549 UserLen = 0; in Dhcp6SendRenewRebindMsg()
1551 UserLen += (NTOHS (Instance->Config->OptionList[Index]->OpLen) + 4); in Dhcp6SendRenewRebindMsg()
1557 Packet = AllocateZeroPool (DHCP6_BASE_PACKET_SIZE + UserLen); in Dhcp6SendRenewRebindMsg()
1562 Packet->Size = DHCP6_BASE_PACKET_SIZE + UserLen; in Dhcp6SendRenewRebindMsg()
1818 UINT32 UserLen; in Dhcp6SendInfoRequestMsg() local
1826 UserLen = NTOHS (OptionRequest->OpLen) + 4; in Dhcp6SendInfoRequestMsg()
1834 UserLen += (NTOHS (OptionList[Index]->OpLen) + 4); in Dhcp6SendInfoRequestMsg()
1840 Packet = AllocateZeroPool (DHCP6_BASE_PACKET_SIZE + UserLen); in Dhcp6SendInfoRequestMsg()
1845 Packet->Size = DHCP6_BASE_PACKET_SIZE + UserLen; in Dhcp6SendInfoRequestMsg()
1941 UINT32 UserLen; in Dhcp6SendConfirmMsg() local
1960 UserLen = 0; in Dhcp6SendConfirmMsg()
1962 UserLen += (NTOHS (Instance->Config->OptionList[Index]->OpLen) + 4); in Dhcp6SendConfirmMsg()
1968 Packet = AllocateZeroPool (DHCP6_BASE_PACKET_SIZE + UserLen); in Dhcp6SendConfirmMsg()
1973 Packet->Size = DHCP6_BASE_PACKET_SIZE + UserLen; in Dhcp6SendConfirmMsg()