TianoCore EDK2 master
|
#include <NetworkPkg/TcpDxe/TcpProto.h>
Data Fields | |
TCP_SEQNO | Seq |
Starting sequence number. | |
TCP_SEQNO | End |
The sequence of the last byte + 1, include SYN/FIN. End-Seq = SEG.LEN. | |
TCP_SEQNO | Ack |
ACK field in the segment. | |
UINT8 | Flag |
TCP header flags. | |
UINT16 | Urg |
Valid if URG flag is set. | |
UINT32 | Wnd |
TCP window size field. | |
TCP segmentation data.
Definition at line 210 of file TcpProto.h.
TCP_SEQNO _TCP_SEG::Ack |
ACK field in the segment.
Definition at line 213 of file TcpProto.h.
TCP_SEQNO _TCP_SEG::End |
The sequence of the last byte + 1, include SYN/FIN. End-Seq = SEG.LEN.
Definition at line 212 of file TcpProto.h.
UINT8 _TCP_SEG::Flag |
TCP header flags.
Definition at line 214 of file TcpProto.h.
TCP_SEQNO _TCP_SEG::Seq |
Starting sequence number.
Definition at line 211 of file TcpProto.h.
UINT16 _TCP_SEG::Urg |
Valid if URG flag is set.
Definition at line 215 of file TcpProto.h.
UINT32 _TCP_SEG::Wnd |
TCP window size field.
Definition at line 216 of file TcpProto.h.