iPXE
Data Fields
EFI_HTTPv4_ACCESS_POINT Struct Reference

EFI_HTTPv4_ACCESS_POINT. More...

#include <Http.h>

Data Fields

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...
 

Detailed Description

EFI_HTTPv4_ACCESS_POINT.

Definition at line 109 of file Http.h.

Field Documentation

◆ 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 115 of file Http.h.

◆ LocalAddress

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.

Definition at line 120 of file Http.h.

◆ LocalSubnet

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.

Definition at line 125 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 130 of file Http.h.


The documentation for this struct was generated from the following file: