Home
last modified time | relevance | path

Searched defs:tcp_hdr (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/network/tcpip/lwip/src/include/lwip/prot/
H A Dtcp.h56 struct tcp_hdr { struct
/reactos/sdk/include/psdk/
H A Dnetiodef.h1096 typedef struct tcp_hdr { struct
1097 UINT16 th_sport;
1098 UINT16 th_dport;
1099 SEQ_NUM th_seq;
1100 SEQ_NUM th_ack;
1101 UINT8 th_x2:4;
1102 UINT8 th_len:4;
1103 UINT8 th_flags;
1104 UINT16 th_win;
1105 UINT16 th_sum;
[all …]