Searched defs:LastReply (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Io.c1209 EFI_DHCP6_PACKET *LastReply; local
1224 LastReply = Instance->IaCb.Ia->ReplyPacket;
1227 ASSERT (LastReply != NULL);
1233 LastReply->Dhcp6.Option,
1234 LastReply->Length - 4,
1343 EFI_DHCP6_PACKET *LastReply; local
1357 LastReply = Instance->IaCb.Ia->ReplyPacket;
1360 ASSERT(LastReply);
1366 LastReply->Dhcp6.Option,
1367 LastReply
1477 EFI_DHCP6_PACKET *LastReply; local
[all...]

Completed in 35 milliseconds