Searched refs:UserLen (Results 1 – 1 of 1) sorted by relevance
930 UINT32 UserLen; in Dhcp6SendSolicitMsg() local936 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() local1126 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 …]