Home | History | Annotate | Download | only in IScsiDxe

Lines Matching defs:Dhcp4

171   The callback function registerd to the DHCP4 instance which is used to select

174 @param[in] This The DHCP4 protocol.
175 @param[in] Context The context set when configuring the DHCP4 protocol.
176 @param[in] CurrentState The current state of the DHCP4 protocol.
250 @param[in] Dhcp4 The DHCP4 protocol.
260 IN EFI_DHCP4_PROTOCOL *Dhcp4,
270 Status = Dhcp4->GetModeData (Dhcp4, &Dhcp4ModeData);
286 Status = Dhcp4->Parse (Dhcp4, Dhcp4ModeData.ReplyPacket, &OptionCount, OptionList);
296 Status = Dhcp4->Parse (Dhcp4, Dhcp4ModeData.ReplyPacket, &OptionCount, OptionList);
359 EFI_DHCP4_PROTOCOL *Dhcp4;
367 Dhcp4 = NULL;
380 // Create a DHCP4 child instance and get the protocol.
395 (VOID **)&Dhcp4,
432 Status = Dhcp4->Configure (Dhcp4, &Dhcp4ConfigData);
437 Status = Dhcp4->Start (Dhcp4, NULL);
444 Status = IScsiParseDhcpAck (Dhcp4, ConfigData);
452 if (Dhcp4 != NULL) {
453 Dhcp4->Stop (Dhcp4);
454 Dhcp4->Configure (Dhcp4, NULL);