TianoCore EDK2 master
|
#include <NetworkPkg/TcpDxe/TcpOption.h>
Data Fields | |
UINT8 | Flag |
Flag such as TCP_OPTION_RCVD_MSS. | |
UINT8 | WndScale |
The WndScale received. | |
UINT16 | Mss |
The Mss received. | |
UINT32 | TSVal |
The TSVal field in a timestamp option. | |
UINT32 | TSEcr |
The TSEcr field in a timestamp option. | |
The structure to store the parse option value. ParseOption only parses the options, doesn't process them.
Definition at line 55 of file TcpOption.h.
UINT8 _TCP_OPTION::Flag |
Flag such as TCP_OPTION_RCVD_MSS.
Definition at line 56 of file TcpOption.h.
UINT16 _TCP_OPTION::Mss |
The Mss received.
Definition at line 58 of file TcpOption.h.
UINT32 _TCP_OPTION::TSEcr |
The TSEcr field in a timestamp option.
Definition at line 60 of file TcpOption.h.
UINT32 _TCP_OPTION::TSVal |
The TSVal field in a timestamp option.
Definition at line 59 of file TcpOption.h.
UINT8 _TCP_OPTION::WndScale |
The WndScale received.
Definition at line 57 of file TcpOption.h.