ReactOS 0.4.15-dev-6068-g8061a6f
|
#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 |
Definition at line 1096 of file netiodef.h.
SEQ_NUM tcp_hdr::th_ack |
Definition at line 1100 of file netiodef.h.
UINT16 tcp_hdr::th_dport |
Definition at line 1098 of file netiodef.h.
UINT8 tcp_hdr::th_flags |
Definition at line 1103 of file netiodef.h.
UINT8 tcp_hdr::th_len |
Definition at line 1102 of file netiodef.h.
SEQ_NUM tcp_hdr::th_seq |
Definition at line 1099 of file netiodef.h.
UINT16 tcp_hdr::th_sport |
Definition at line 1097 of file netiodef.h.
UINT16 tcp_hdr::th_sum |
Definition at line 1105 of file netiodef.h.
UINT16 tcp_hdr::th_urp |
Definition at line 1106 of file netiodef.h.
UINT16 tcp_hdr::th_win |
Definition at line 1104 of file netiodef.h.
UINT8 tcp_hdr::th_x2 |
Definition at line 1101 of file netiodef.h.