iPXE
Data Fields
EFI_TCP6_CONFIG_DATA Struct Reference

EFI_TCP6_CONFIG_DATA. More...

#include <Tcp6.h>

Data Fields

UINT8 TrafficClass
 TrafficClass field in transmitted IPv6 packets. More...
 
UINT8 HopLimit
 HopLimit field in transmitted IPv6 packets. More...
 
EFI_TCP6_ACCESS_POINT AccessPoint
 Used to specify TCP communication end settings for a TCP instance. More...
 
EFI_TCP6_OPTIONControlOption
 Used to configure the advance TCP option for a connection. More...
 

Detailed Description

EFI_TCP6_CONFIG_DATA.

Definition at line 222 of file Tcp6.h.

Field Documentation

◆ TrafficClass

UINT8 EFI_TCP6_CONFIG_DATA::TrafficClass

TrafficClass field in transmitted IPv6 packets.

Definition at line 226 of file Tcp6.h.

◆ HopLimit

UINT8 EFI_TCP6_CONFIG_DATA::HopLimit

HopLimit field in transmitted IPv6 packets.

Definition at line 230 of file Tcp6.h.

◆ AccessPoint

EFI_TCP6_ACCESS_POINT EFI_TCP6_CONFIG_DATA::AccessPoint

Used to specify TCP communication end settings for a TCP instance.

Definition at line 234 of file Tcp6.h.

◆ ControlOption

EFI_TCP6_OPTION* EFI_TCP6_CONFIG_DATA::ControlOption

Used to configure the advance TCP option for a connection.

If set to NULL, implementation specific options for TCP connection will be used.

Definition at line 239 of file Tcp6.h.


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