Searched refs:DhcpState (Results 1 – 4 of 4) sorted by relevance
38 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()447 DhcpSb->DhcpState = Dhcp4Init; in DhcpCleanLease()591 if (DHCP_CONNECTED (DhcpSb->DhcpState)) { in DhcpEndSession()898 DhcpSb->DhcpState = Dhcp4Init; in DhcpHandleReboot()[all …]
383 Dhcp4ModeData->State = (EFI_DHCP4_STATE) DhcpSb->DhcpState; in EfiDhcp4GetModeData()681 if ((DhcpSb->DhcpState != Dhcp4Stopped) && in EfiDhcp4Configure()682 (DhcpSb->DhcpState != Dhcp4Init) && in EfiDhcp4Configure()683 (DhcpSb->DhcpState != Dhcp4InitReboot) && in EfiDhcp4Configure()684 (DhcpSb->DhcpState != Dhcp4Bound)) { in EfiDhcp4Configure()709 if (DhcpSb->DhcpState == Dhcp4Stopped) { in EfiDhcp4Configure()713 DhcpSb->DhcpState = Dhcp4InitReboot; in EfiDhcp4Configure()715 DhcpSb->DhcpState = Dhcp4Init; in EfiDhcp4Configure()802 if (DhcpSb->DhcpState == Dhcp4Stopped) { in EfiDhcp4Start()807 if ((DhcpSb->DhcpState != Dhcp4Init) && (DhcpSb->DhcpState != Dhcp4InitReboot)) { in EfiDhcp4Start()[all …]
94 INTN DhcpState; member
218 DhcpSb->DhcpState = Dhcp4Stopped; in Dhcp4CreateService()