Home
last modified time | relevance | path

Searched refs:DhcpState (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
DDhcp4Io.c38 ASSERT ((DhcpSb->DhcpState == Dhcp4Init) || (DhcpSb->DhcpState == Dhcp4InitReboot)); in DhcpInitRequest()
45 if (DhcpSb->DhcpState == Dhcp4Init) { in DhcpInitRequest()
50 DhcpSb->DhcpState = Dhcp4Init; in DhcpInitRequest()
58 DhcpSb->DhcpState = Dhcp4InitReboot; in DhcpInitRequest()
118 (EFI_DHCP4_STATE) DhcpSb->DhcpState, in DhcpCallUser()
236 DhcpSb->DhcpState = State; in DhcpSetState()
257 if (DhcpSb->DhcpState == Dhcp4Selecting) { in DhcpSetTransmitTimer()
451 DhcpSb->DhcpState = Dhcp4Init; in DhcpCleanLease()
595 if (DHCP_CONNECTED (DhcpSb->DhcpState)) { in DhcpEndSession()
902 DhcpSb->DhcpState = Dhcp4Init; in DhcpHandleReboot()
[all …]
DDhcp4Impl.c383 Dhcp4ModeData->State = (EFI_DHCP4_STATE) DhcpSb->DhcpState; in EfiDhcp4GetModeData()
683 if ((DhcpSb->DhcpState != Dhcp4Stopped) && in EfiDhcp4Configure()
684 (DhcpSb->DhcpState != Dhcp4Init) && in EfiDhcp4Configure()
685 (DhcpSb->DhcpState != Dhcp4InitReboot) && in EfiDhcp4Configure()
686 (DhcpSb->DhcpState != Dhcp4Bound)) { in EfiDhcp4Configure()
711 if (DhcpSb->DhcpState == Dhcp4Stopped) { in EfiDhcp4Configure()
715 DhcpSb->DhcpState = Dhcp4InitReboot; in EfiDhcp4Configure()
717 DhcpSb->DhcpState = Dhcp4Init; in EfiDhcp4Configure()
804 if (DhcpSb->DhcpState == Dhcp4Stopped) { in EfiDhcp4Start()
809 if ((DhcpSb->DhcpState != Dhcp4Init) && (DhcpSb->DhcpState != Dhcp4InitReboot)) { in EfiDhcp4Start()
[all …]
DDhcp4Impl.h94 INTN DhcpState; member
DDhcp4Driver.c218 DhcpSb->DhcpState = Dhcp4Stopped; in Dhcp4CreateService()