|
iPXE
|
EFI_HTTP_CONFIG_DATA_ACCESS_POINT. More...
#include <Http.h>
Data Fields | |
| EFI_HTTP_VERSION | HttpVersion |
| HTTP version that this instance will support. | |
| UINT32 | TimeOutMillisec |
| Time out (in milliseconds) when blocking for requests. | |
| BOOLEAN | LocalAddressIsIPv6 |
| Defines behavior of EFI DNS and TCP protocols consumed by this instance. | |
| union { | |
| EFI_HTTPv4_ACCESS_POINT * IPv4Node | |
| When LocalAddressIsIPv6 is FALSE, this points to the local address, subnet, and port used by the underlying TCP protocol. More... | |
| EFI_HTTPv6_ACCESS_POINT * IPv6Node | |
| When LocalAddressIsIPv6 is TRUE, this points to the local IPv6 address and port used by the underlying TCP protocol. More... | |
| } | AccessPoint |
| EFI_HTTP_VERSION EFI_HTTP_CONFIG_DATA::HttpVersion |
| UINT32 EFI_HTTP_CONFIG_DATA::TimeOutMillisec |
| 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.
| EFI_HTTPv4_ACCESS_POINT* EFI_HTTP_CONFIG_DATA::IPv4Node |
| EFI_HTTPv6_ACCESS_POINT* EFI_HTTP_CONFIG_DATA::IPv6Node |
| union { ... } EFI_HTTP_CONFIG_DATA::AccessPoint |