EFI_HTTPv4_ACCESS_POINT.
More...
#include <Http.h>
|
BOOLEAN | UseDefaultAddress |
| Set to TRUE to instruct the EFI HTTP instance to use the default address information in every TCP connection made by this instance. More...
|
|
EFI_IPv4_ADDRESS | LocalAddress |
| If UseDefaultAddress is set to FALSE, this defines the local IP address to be used in every TCP connection opened by this instance. More...
|
|
EFI_IPv4_ADDRESS | LocalSubnet |
| If UseDefaultAddress is set to FALSE, this defines the local subnet to be used in every TCP connection opened by this instance. More...
|
|
UINT16 | LocalPort |
| This defines the local port to be used in every TCP connection opened by this instance. More...
|
|
◆ UseDefaultAddress
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.
Definition at line 116 of file Http.h.
◆ LocalAddress
If UseDefaultAddress is set to FALSE, this defines the local IP address to be used in every TCP connection opened by this instance.
Definition at line 121 of file Http.h.
◆ LocalSubnet
If UseDefaultAddress is set to FALSE, this defines the local subnet to be used in every TCP connection opened by this instance.
Definition at line 126 of file Http.h.
◆ LocalPort
UINT16 EFI_HTTPv4_ACCESS_POINT::LocalPort |
This defines the local port to be used in every TCP connection opened by this instance.
Definition at line 131 of file Http.h.
The documentation for this struct was generated from the following file:
- include/ipxe/efi/Protocol/Http.h