ReactOS 0.4.15-dev-7953-g1f49173
tcp_hdr Struct Reference

#include <netiodef.h>

Public Attributes

UINT16 th_sport
 
UINT16 th_dport
 
SEQ_NUM th_seq
 
SEQ_NUM th_ack
 
UINT8 th_x2:4
 
UINT8 th_len:4
 
UINT8 th_flags
 
UINT16 th_win
 
UINT16 th_sum
 
UINT16 th_urp
 

Detailed Description

Definition at line 1096 of file netiodef.h.

Member Data Documentation

◆ th_ack

SEQ_NUM tcp_hdr::th_ack

Definition at line 1100 of file netiodef.h.

◆ th_dport

UINT16 tcp_hdr::th_dport

Definition at line 1098 of file netiodef.h.

◆ th_flags

UINT8 tcp_hdr::th_flags

Definition at line 1103 of file netiodef.h.

◆ th_len

UINT8 tcp_hdr::th_len

Definition at line 1102 of file netiodef.h.

◆ th_seq

SEQ_NUM tcp_hdr::th_seq

Definition at line 1099 of file netiodef.h.

◆ th_sport

UINT16 tcp_hdr::th_sport

Definition at line 1097 of file netiodef.h.

◆ th_sum

UINT16 tcp_hdr::th_sum

Definition at line 1105 of file netiodef.h.

◆ th_urp

UINT16 tcp_hdr::th_urp

Definition at line 1106 of file netiodef.h.

◆ th_win

UINT16 tcp_hdr::th_win

Definition at line 1104 of file netiodef.h.

◆ th_x2

UINT8 tcp_hdr::th_x2

Definition at line 1101 of file netiodef.h.


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