Searched refs:Dhcp4Bound (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Io.h62 (((State) == Dhcp4Bound) || ((State) == (Dhcp4Renewing)) || ((State) == Dhcp4Rebinding))
H A DDhcp4Impl.c46 Dhcp4InitReboot, or Dhcp4Bound states.
72 Dhcp4Stopped, Dhcp4Init, Dhcp4InitReboot, or Dhcp4Bound state;
95 Dhcp4Bound state. The CompletionEvent will then be signaled if it is not NULL.
107 Dhcp4Bound state or when the DHCP process is aborted.
111 is transferred into the Dhcp4Bound state or the process fails.
138 EFI DHCPv4 Protocol driver is in the Dhcp4Bound state and the lease time has
142 TRUE). When a response is received, the state is returned to Dhcp4Bound.
145 was issued by the previous server expires, the driver will return to the Dhcp4Bound
161 Dhcp4Renewing state or is back to the Dhcp4Bound state.
168 @retval EFI_ACCESS_DENIED The driver is not in the Dhcp4Bound stat
[all...]
H A DDhcp4Io.c208 } else if (State == Dhcp4Bound) {
435 return DhcpSetState (DhcpSb, Dhcp4Bound, TRUE);
844 DhcpSetState (DhcpSb, Dhcp4Bound, TRUE);
1057 case Dhcp4Bound:
1574 Status = DhcpSetState (DhcpSb, Dhcp4Bound, FALSE);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/
H A DIp4Config.c190 if (Dhcp4Mode.State == Dhcp4Bound) {
405 if (Dhcp4Mode.State == Dhcp4Bound) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDhcp4.h128 Dhcp4Bound = 0x4, enumerator in enum:__anon12097
449 Dhcp4InitReboot, or Dhcp4Bound states.
472 was Dhcp4Stopped, Dhcp4Init,Dhcp4InitReboot, or Dhcp4Bound
476 Dhcp4Stopped, Dhcp4Init, Dhcp4InitReboot, or Dhcp4Bound state;
505 Dhcp4Bound state. The CompletionEvent will then be signaled if it is not NULL.
517 Dhcp4Bound state or when the DHCP process is aborted.
521 is transferred into the Dhcp4Bound state or the process fails.
549 EFI DHCPv4 Protocol driver is in the Dhcp4Bound state, and the lease time has
553 TRUE). When a response is received, the state is returned to Dhcp4Bound.
556 was issued by the previous server expires, the driver will return to the Dhcp4Bound
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiDhcp.c275 if (Dhcp4ModeData.State != Dhcp4Bound) {
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiDhcp.c296 if (Dhcp4ModeData.State != Dhcp4Bound) {
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp4.c1569 ASSERT (Mode.State == Dhcp4Bound);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcImpl.c641 ASSERT (Dhcp4Mode.State == Dhcp4Bound);

Completed in 444 milliseconds