EFI_HTTP_CONFIG_DATA_ACCESS_POINT.
More...
#include <Http.h>
EFI_HTTP_CONFIG_DATA_ACCESS_POINT.
Definition at line 152 of file Http.h.
◆ HttpVersion
HTTP version that this instance will support.
Definition at line 156 of file Http.h.
◆ TimeOutMillisec
UINT32 EFI_HTTP_CONFIG_DATA::TimeOutMillisec |
Time out (in milliseconds) when blocking for requests.
Definition at line 160 of file Http.h.
◆ LocalAddressIsIPv6
BOOLEAN EFI_HTTP_CONFIG_DATA::LocalAddressIsIPv6 |
Defines behavior of EFI DNS and TCP protocols consumed by this instance.
If FALSE, this instance will use EFI_DNS4_PROTOCOL and EFI_TCP4_PROTOCOL. If TRUE, this instance will use EFI_DNS6_PROTOCOL and EFI_TCP6_PROTOCOL.
Definition at line 166 of file Http.h.
◆ IPv4Node
When LocalAddressIsIPv6 is FALSE, this points to the local address, subnet, and port used by the underlying TCP protocol.
Definition at line 173 of file Http.h.
◆ IPv6Node
When LocalAddressIsIPv6 is TRUE, this points to the local IPv6 address and port used by the underlying TCP protocol.
Definition at line 178 of file Http.h.
◆ AccessPoint
union { ... } EFI_HTTP_CONFIG_DATA::AccessPoint |
The documentation for this struct was generated from the following file:
- include/ipxe/efi/Protocol/Http.h