_TCP_SEG Struct Reference


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.

Detailed Description

TCP segmentation data.

Field Documentation

TCP_SEQNO _TCP_SEG::Ack

ACK field in the segment.

Referenced by TcpFormatNetbuf(), and TcpInput().

TCP_SEQNO _TCP_SEG::End

TCP_SEQNO _TCP_SEG::Seq

UINT16 _TCP_SEG::Urg

Valid if URG flag is set.

Referenced by TcpFormatNetbuf(), TcpInput(), TcpTransmitSegment(), and TcpTrimSegment().

UINT32 _TCP_SEG::Wnd

TCP window size field.

Referenced by TcpFormatNetbuf(), and TcpInput().


Generated on Mon Sep 28 08:49:07 2015 for NetworkPkg[ALL] by  doxygen 1.5.7.1