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

Data Fields

TCP_PORTNO SrcPort
 
TCP_PORTNO DstPort
 
TCP_SEQNO Seq
 
TCP_SEQNO Ack
 
UINT8 Res: 4
 
UINT8 HeadLen: 4
 
UINT8 Flag
 
UINT16 Wnd
 
UINT16 Checksum
 
UINT16 Urg
 

Detailed Description

Definition at line 195 of file NetLib.h.

Field Documentation

◆ Ack

TCP_SEQNO TCP_HEAD::Ack

Definition at line 199 of file NetLib.h.

◆ Checksum

UINT16 TCP_HEAD::Checksum

Definition at line 204 of file NetLib.h.

◆ DstPort

TCP_PORTNO TCP_HEAD::DstPort

Definition at line 197 of file NetLib.h.

◆ Flag

UINT8 TCP_HEAD::Flag

Definition at line 202 of file NetLib.h.

◆ HeadLen

UINT8 TCP_HEAD::HeadLen

Definition at line 201 of file NetLib.h.

◆ Res

UINT8 TCP_HEAD::Res

Definition at line 200 of file NetLib.h.

◆ Seq

TCP_SEQNO TCP_HEAD::Seq

Definition at line 198 of file NetLib.h.

◆ SrcPort

TCP_PORTNO TCP_HEAD::SrcPort

Definition at line 196 of file NetLib.h.

◆ Urg

UINT16 TCP_HEAD::Urg

Definition at line 205 of file NetLib.h.

◆ Wnd

UINT16 TCP_HEAD::Wnd

Definition at line 203 of file NetLib.h.


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