Home | History | Annotate | Download | only in UefiPxeBcDxe

Lines Matching defs:Dhcp4

414   //DHCP4 service allows only one of its children to be configured in  

415 //the active state, If the DHCP4 D.O.R.A started by IP4 auto
416 //configuration and has not been completed, the Dhcp4 state machine
527 Private->Dhcp4->Stop (Private->Dhcp4);
528 Private->Dhcp4->Configure (Private->Dhcp4, NULL);
578 EFI_DHCP4_PROTOCOL *Dhcp4;
594 Dhcp4 = Private->Dhcp4;
615 // Set the DHCP4 config data.
626 Status = Dhcp4->Configure (Dhcp4, &Dhcp4CfgData);
640 Status = Dhcp4->Start (Dhcp4, NULL);
648 Status = Dhcp4->GetModeData (Dhcp4, &Dhcp4Mode);
670 Dhcp4->Stop (Dhcp4);
671 Dhcp4->Configure (Dhcp4, NULL);
677 Dhcp4->Configure (Dhcp4, &Dhcp4CfgData);
2679 if (EFI_IP4_EQUAL (&Packet->Packet.Offer.Dhcp4.Header.ServerAddr, &mZeroIp4Addr)) {
2688 &Packet->Packet.Offer.Dhcp4.Header.ServerAddr,
2905 // The DHCP4 can have only one configured child instance so we need to stop
2906 // reset the DHCP4 child before we return. Otherwise the other programs which
2907 // also need to use DHCP4 will be impacted.
2911 Private->Dhcp4->Stop (Private->Dhcp4);
2912 Private->Dhcp4->Configure (Private->Dhcp4, NULL);