Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
DDhcp6Io.c1252 EFI_DHCP6_PACKET *LastReply; in Dhcp6SendDeclineMsg() local
1267 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() local
1404 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 …]