MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EFI_HTTPv4_ACCESS_POINT Struct Reference

Data Fields

BOOLEAN UseDefaultAddress
 
EFI_IPv4_ADDRESS LocalAddress
 
EFI_IPv4_ADDRESS LocalSubnet
 
UINT16 LocalPort
 

Detailed Description

Field Documentation

EFI_IPv4_ADDRESS EFI_HTTPv4_ACCESS_POINT::LocalAddress

If UseDefaultAddress is set to FALSE, this defines the local IP address to be used in every TCP connection opened by this instance.

UINT16 EFI_HTTPv4_ACCESS_POINT::LocalPort

This defines the local port to be used in every TCP connection opened by this instance.

EFI_IPv4_ADDRESS EFI_HTTPv4_ACCESS_POINT::LocalSubnet

If UseDefaultAddress is set to FALSE, this defines the local subnet to be used in every TCP connection opened by this instance.

BOOLEAN EFI_HTTPv4_ACCESS_POINT::UseDefaultAddress

Set to TRUE to instruct the EFI HTTP instance to use the default address information in every TCP connection made by this instance. In addition, when set to TRUE, LocalAddress and LocalSubnet are ignored.