Lines Matching refs:Config
812 EFI_DHCP4_CONFIG_DATA Config;
830 ZeroMem (&Config, sizeof(Config));
831 Config.OptionCount = OptCount;
832 Config.OptionList = OptList;
833 Config.Dhcp4Callback = HttpBootDhcp4CallBack;
834 Config.CallbackContext = Private;
835 Config.DiscoverTryCount = HTTP_BOOT_DHCP_RETRIES;
836 Config.DiscoverTimeout = mHttpDhcpTimeout;
841 Status = Dhcp4->Configure (Dhcp4, &Config);
888 ZeroMem (&Config, sizeof (EFI_DHCP4_CONFIG_DATA));
889 Dhcp4->Configure (Dhcp4, &Config);