Searched refs:Dhcp4Rebinding (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/ |
H A D | Dhcp4Io.h | 62 (((State) == Dhcp4Bound) || ((State) == (Dhcp4Renewing)) || ((State) == Dhcp4Rebinding))
|
H A D | Dhcp4Io.c | 205 } else if (State == Dhcp4Rebinding) { 1066 case Dhcp4Rebinding: 1580 Status = DhcpSetState (DhcpSb, Dhcp4Rebinding, FALSE); 1620 if (EFI_ERROR (DhcpSetState (DhcpSb, Dhcp4Rebinding, TRUE))) {
|
H A D | Dhcp4Impl.c | 141 state into the Dhcp4Renewing state (or Dhcp4Rebinding when RebindingRequest is 151 the Dhcp4Rebinding state. Otherwise, it sends a unicast 851 state into the Dhcp4Renewing state (or Dhcp4Rebinding when RebindingRequest is 861 the Dhcp4Rebinding state. Otherwise, it sends a unicast 932 DhcpSetState (DhcpSb, Dhcp4Rebinding, FALSE);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | Dhcp4.h | 138 Dhcp4Rebinding = 0x6, enumerator in enum:__anon12097 191 /// It is time to enter the Dhcp4Rebinding state and to contact any server. 198 /// the Dhcp4Renewing or Dhcp4Rebinding state. No packet is associated with this event. 552 state into the Dhcp4Renewing state (or Dhcp4Rebinding when RebindingRequest is 562 the Dhcp4Rebinding state. Otherwise, it sends a unicast
|
Completed in 2772 milliseconds