Searched defs:tcp_hdr (Results 1 – 2 of 2) sorted by relevance
56 struct tcp_hdr { struct
1096 typedef struct tcp_hdr { struct1097 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 …]