Searched refs:LastOffer (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Io.c456 if (DhcpSb->LastOffer != NULL) {
457 FreePool (DhcpSb->LastOffer);
458 DhcpSb->LastOffer = NULL;
519 ASSERT (DhcpSb->LastOffer != NULL);
527 Status = DhcpCallUser (DhcpSb, Dhcp4SelectOffer, DhcpSb->LastOffer, &NewPacket);
533 Selected = DhcpSb->LastOffer;
545 DhcpSb->LastOffer = NULL;
651 if (DhcpSb->LastOffer != NULL) {
652 FreePool (DhcpSb->LastOffer);
655 DhcpSb->LastOffer
[all...]
H A DDhcp4Impl.h103 EFI_DHCP4_PACKET *LastOffer; // The last received offer member in struct:_DHCP_SERVICE

Completed in 33 milliseconds