NetSim Source Code Help v14.4
All 13 Components
 
Loading...
Searching...
No Matches
stru_tcp_header Struct Reference
Collaboration diagram for stru_tcp_header:

Data Fields

UINT16 SrcPort
 
UINT16 DstPort
 
UINT32 SeqNum
 
UINT32 AckNum
 
UINT32 HdrLength: 8
 
UINT32 Fin: 1
 
UINT32 Syn: 1
 
UINT32 Rst: 1
 
UINT32 Psh: 1
 
UINT32 Ack: 1
 
UINT32 Urg: 1
 
UINT32 Reserved: 2
 
UINT16 Window
 
UINT16 Checksum
 
UINT16 UrgPtr
 
PTCPOPTION option
 

Detailed Description

Definition at line 84 of file TCP_Header.h.

Field Documentation

◆ Ack

UINT32 stru_tcp_header::Ack

Definition at line 95 of file TCP_Header.h.

◆ AckNum

UINT32 stru_tcp_header::AckNum

Definition at line 89 of file TCP_Header.h.

◆ Checksum

UINT16 stru_tcp_header::Checksum

Definition at line 99 of file TCP_Header.h.

◆ DstPort

UINT16 stru_tcp_header::DstPort

Definition at line 87 of file TCP_Header.h.

◆ Fin

UINT32 stru_tcp_header::Fin

Definition at line 91 of file TCP_Header.h.

◆ HdrLength

UINT32 stru_tcp_header::HdrLength

Definition at line 90 of file TCP_Header.h.

◆ option

PTCPOPTION stru_tcp_header::option

Definition at line 101 of file TCP_Header.h.

◆ Psh

UINT32 stru_tcp_header::Psh

Definition at line 94 of file TCP_Header.h.

◆ Reserved

UINT32 stru_tcp_header::Reserved

Definition at line 97 of file TCP_Header.h.

◆ Rst

UINT32 stru_tcp_header::Rst

Definition at line 93 of file TCP_Header.h.

◆ SeqNum

UINT32 stru_tcp_header::SeqNum

Definition at line 88 of file TCP_Header.h.

◆ SrcPort

UINT16 stru_tcp_header::SrcPort

Definition at line 86 of file TCP_Header.h.

◆ Syn

UINT32 stru_tcp_header::Syn

Definition at line 92 of file TCP_Header.h.

◆ Urg

UINT32 stru_tcp_header::Urg

Definition at line 96 of file TCP_Header.h.

◆ UrgPtr

UINT16 stru_tcp_header::UrgPtr

Definition at line 100 of file TCP_Header.h.

◆ Window

UINT16 stru_tcp_header::Window

Definition at line 98 of file TCP_Header.h.


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