XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
EFI_HTTPv4_ACCESS_POINT Struct Reference

#include <Http.h>

Collaboration diagram for EFI_HTTPv4_ACCESS_POINT:
Collaboration graph
[legend]

Public Attributes

BOOLEAN UseDefaultAddress
 
EFI_IPv4_ADDRESS LocalAddress
 
EFI_IPv4_ADDRESS LocalSubnet
 
UINT16 LocalPort
 

Detailed Description

EFI_HTTPv4_ACCESS_POINT

Member Data Documentation

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

◆ LocalPort

UINT16 EFI_HTTPv4_ACCESS_POINT::LocalPort

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

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

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


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