Home | History | Annotate | Download | only in IScsiDxe

Lines Matching defs:Dhcp4

2   iSCSI DHCP4 related configuration routines.

188 The callback function registerd to the DHCP4 instance that is used to select
191 @param[in] This The DHCP4 protocol.
192 @param[in] Context The context set when configuring the DHCP4 protocol.
193 @param[in] CurrentState The current state of the DHCP4 protocol.
268 @param[in] Dhcp4 The DHCP4 protocol.
280 IN EFI_DHCP4_PROTOCOL *Dhcp4,
291 Status = Dhcp4->GetModeData (Dhcp4, &Dhcp4ModeData);
309 Status = Dhcp4->Parse (Dhcp4, Dhcp4ModeData.ReplyPacket, &OptionCount, OptionList);
319 Status = Dhcp4->Parse (Dhcp4, Dhcp4ModeData.ReplyPacket, &OptionCount, OptionList);
383 EFI_DHCP4_PROTOCOL *Dhcp4;
391 Dhcp4 = NULL;
404 // Create a DHCP4 child instance and get the protocol.
419 (VOID **) &Dhcp4,
458 Status = Dhcp4->Configure (Dhcp4, &Dhcp4ConfigData);
463 Status = Dhcp4->Start (Dhcp4, NULL);
470 Status = IScsiParseDhcpAck (Dhcp4, ConfigData);
478 if (Dhcp4 != NULL) {
479 Dhcp4->Stop (Dhcp4);
480 Dhcp4->Configure (Dhcp4, NULL);