TianoCore EDK2 master
Loading...
Searching...
No Matches
_TCP_SEG Struct Reference

#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.
 

Detailed Description

TCP segmentation data.

Definition at line 210 of file TcpProto.h.

Field Documentation

◆ Ack

TCP_SEQNO _TCP_SEG::Ack

ACK field in the segment.

Definition at line 213 of file TcpProto.h.

◆ End

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.

◆ Flag

UINT8 _TCP_SEG::Flag

TCP header flags.

Definition at line 214 of file TcpProto.h.

◆ Seq

TCP_SEQNO _TCP_SEG::Seq

Starting sequence number.

Definition at line 211 of file TcpProto.h.

◆ Urg

UINT16 _TCP_SEG::Urg

Valid if URG flag is set.

Definition at line 215 of file TcpProto.h.

◆ Wnd

UINT32 _TCP_SEG::Wnd

TCP window size field.

Definition at line 216 of file TcpProto.h.


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