Searched refs:Dhcp4Init (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/ |
H A D | Dhcp4Io.c | 38 ASSERT ((DhcpSb->DhcpState == Dhcp4Init) || (DhcpSb->DhcpState == Dhcp4InitReboot)); 45 if (DhcpSb->DhcpState == Dhcp4Init) { 50 DhcpSb->DhcpState = Dhcp4Init; 450 DhcpSb->DhcpState = Dhcp4Init; 901 DhcpSb->DhcpState = Dhcp4Init; 1056 case Dhcp4Init:
|
H A D | Dhcp4Impl.c | 45 * This instance of the EFI DHCPv4 Protocol driver is in the Dhcp4Stopped, Dhcp4Init, 52 * Dhcp4Init 67 @retval EFI_SUCCESS The EFI DHCPv4 Protocol driver is now in the Dhcp4Init or 72 Dhcp4Stopped, Dhcp4Init, Dhcp4InitReboot, or Dhcp4Bound state; 91 be called only when the EFI DHCPv4 Protocol driver is in the Dhcp4Init or 97 the state is restored to the Dhcp4Init state. The Start() function can be called 191 to the Dhcp4Init state and any subsequent incoming packets will be discarded silently. 195 @retval EFI_SUCCESS The EFI DHCPv4 Protocol driver is now in the Dhcp4Init phase. 592 * This instance of the EFI DHCPv4 Protocol driver is in the Dhcp4Stopped, Dhcp4Init, 599 * Dhcp4Init [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | Dhcp4.h | 116 Dhcp4Init = 0x1, enumerator in enum:__anon12097 238 return to the Dhcp4Init or Dhcp4InitReboot state. 280 /// And set this field to 0.0.0.0 to enter the Dhcp4Init state. 448 * This instance of the EFI DHCPv4 Protocol driver is in the Dhcp4Stopped, Dhcp4Init, 455 * Dhcp4Init 470 @retval EFI_SUCCESS The EFI DHCPv4 Protocol driver is now in the Dhcp4Init or 472 was Dhcp4Stopped, Dhcp4Init,Dhcp4InitReboot, or Dhcp4Bound 476 Dhcp4Stopped, Dhcp4Init, Dhcp4InitReboot, or Dhcp4Bound state; 501 be called only when the EFI DHCPv4 Protocol driver is in the Dhcp4Init or 507 the state is restored to the Dhcp4Init stat [all...] |
Completed in 394 milliseconds