Searched refs:Dhcp4CfgData (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Impl.c55 Dhcp4CfgData. The driver will transfer into the appropriate state based on the
58 When Configure() is called successfully while Dhcp4CfgData is set to NULL, the
62 driver, it must call this function with Dhcp4CfgData set to NULL.
65 @param[in] Dhcp4CfgData Pointer to the EFI_DHCP4_CONFIG_DATA.
69 was Dhcp4Stopped and the value of Dhcp4CfgData was
84 IN EFI_DHCP4_CONFIG_DATA *Dhcp4CfgData OPTIONAL
602 Dhcp4CfgData. The driver will transfer into the appropriate state based on the
605 When Configure() is called successfully while Dhcp4CfgData is set to NULL, the
609 driver, it must call this function with Dhcp4CfgData set to NULL.
612 @param[in] Dhcp4CfgData Pointe
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcImpl.c567 EFI_DHCP4_CONFIG_DATA Dhcp4CfgData; local
606 ZeroMem (&Dhcp4CfgData, sizeof (EFI_DHCP4_CONFIG_DATA));
607 Dhcp4CfgData.OptionCount = OptCount;
608 Dhcp4CfgData.OptionList = OptList;
609 Dhcp4CfgData.Dhcp4Callback = PxeBcDhcpCallBack;
610 Dhcp4CfgData.CallbackContext = Private;
611 Dhcp4CfgData.DiscoverTryCount = 4;
612 Dhcp4CfgData.DiscoverTimeout = mPxeDhcpTimeout;
614 Status = Dhcp4->Configure (Dhcp4, &Dhcp4CfgData);
667 ZeroMem (&Dhcp4CfgData, sizeo
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDhcp4.h458 Dhcp4CfgData. The driver will transfer into the appropriate state based on the
461 When Configure() is called successfully while Dhcp4CfgData is set to NULL, the
465 driver, it must call this function with Dhcp4CfgData set to NULL.
468 @param Dhcp4CfgData The pointer to the EFI_DHCP4_CONFIG_DATA.
473 and the value of Dhcp4CfgData was not NULL.
493 IN EFI_DHCP4_CONFIG_DATA *Dhcp4CfgData OPTIONAL

Completed in 146 milliseconds