Lines Matching refs:HttpConfigData
39 @param[out] HttpConfigData Point to buffer for operational parameters of this
45 HttpConfigData is NULL.
46 HttpConfigData->AccessPoint is NULL.
55 OUT EFI_HTTP_CONFIG_DATA *HttpConfigData
62 When HttpConfigData is not NULL Initialize this EFI HTTP instance by configuring
64 When HttpConfigData is NULL, reset this EFI HTTP instance by closing all active
72 @param[in] HttpConfigData Pointer to the configure data to configure the instance.
77 HttpConfigData->LocalAddressIsIPv6 is FALSE and
78 HttpConfigData->IPv4Node is NULL.
79 HttpConfigData->LocalAddressIsIPv6 is TRUE and
80 HttpConfigData->IPv6Node is NULL.
93 IN EFI_HTTP_CONFIG_DATA *HttpConfigData