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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Io.c84 DhcpCallUser ( function
203 Status = DhcpCallUser (DhcpSb, Dhcp4EnterRenewing, NULL, NULL);
206 Status = DhcpCallUser (DhcpSb, Dhcp4EnterRebinding, NULL, NULL);
209 Status = DhcpCallUser (DhcpSb, Dhcp4BoundCompleted, NULL, NULL);
527 Status = DhcpCallUser (DhcpSb, Dhcp4SelectOffer, DhcpSb->LastOffer, &NewPacket);
595 DhcpCallUser (DhcpSb, Dhcp4AddressLost, NULL, NULL);
597 DhcpCallUser (DhcpSb, Dhcp4Fail, NULL, NULL);
648 Status = DhcpCallUser (DhcpSb, Dhcp4RcvdOffer, Packet, NULL);
729 DhcpCallUser (DhcpSb, Dhcp4RcvdNak, Packet, NULL);
743 Status = DhcpCallUser (DhcpS
[all...]

Completed in 33 milliseconds