Searched refs:LastReply (Results 1 – 1 of 1) sorted by relevance
1252 EFI_DHCP6_PACKET *LastReply; in Dhcp6SendDeclineMsg() local1267 LastReply = Instance->IaCb.Ia->ReplyPacket; in Dhcp6SendDeclineMsg()1270 ASSERT (LastReply != NULL); in Dhcp6SendDeclineMsg()1276 LastReply->Dhcp6.Option, in Dhcp6SendDeclineMsg()1277 LastReply->Length - 4, in Dhcp6SendDeclineMsg()1390 EFI_DHCP6_PACKET *LastReply; in Dhcp6SendReleaseMsg() local1404 LastReply = Instance->IaCb.Ia->ReplyPacket; in Dhcp6SendReleaseMsg()1407 ASSERT(LastReply); in Dhcp6SendReleaseMsg()1413 LastReply->Dhcp6.Option, in Dhcp6SendReleaseMsg()1414 LastReply->Length - 4, in Dhcp6SendReleaseMsg()[all …]