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_SEQNO _TCP_SEG::Ack |
TCP_SEQNO _TCP_SEG::End |
The sequence of the last byte + 1, include SYN/FIN. End-Seq = SEG.LEN.
Referenced by TcpAdjustSndQue(), TcpDeliverData(), TcpFormatNetbuf(), TcpGetSegmentSndQue(), TcpInput(), TcpQueueData(), TcpSendAck(), TcpSendZeroProbe(), TcpToSendData(), TcpTransmitSegment(), TcpTrimSegment(), and TcpVerifySegment().
UINT8 _TCP_SEG::Flag |
TCP header flags.
Referenced by TcpDeliverData(), TcpFormatNetbuf(), TcpGetSegmentSndQue(), TcpInput(), TcpSendAck(), TcpSendZeroProbe(), TcpToSendData(), TcpTransmitSegment(), TcpTrimSegment(), and TcpVerifySegment().
TCP_SEQNO _TCP_SEG::Seq |
Starting sequence number.
Referenced by TcpAdjustSndQue(), TcpDeliverData(), TcpFormatNetbuf(), TcpGetSegmentSndQue(), TcpInput(), TcpQueueData(), TcpSendAck(), TcpSendZeroProbe(), TcpToSendData(), TcpTransmitSegment(), TcpTrimSegment(), and TcpVerifySegment().
UINT16 _TCP_SEG::Urg |
Valid if URG flag is set.
Referenced by TcpFormatNetbuf(), TcpInput(), TcpTransmitSegment(), and TcpTrimSegment().
UINT32 _TCP_SEG::Wnd |