Searched refs:DhcpCallUser (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/ |
H A D | Dhcp4Io.c | 84 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 1934 milliseconds