Searched defs:tcphdr (Results 1 – 1 of 1) sorted by relevance
166 struct tcphdr { struct167 uint16_t th_sport;168 uint16_t th_dport;169 uint32_t th_seq;170 uint32_t th_ack;172 uint8_t th_x2:4; /* unused */173 uint8_t th_off:4; /* data offset, in units of 32-bit words */175 uint8_t th_off:4;176 uint8_t th_x2:4;178 uint8_t th_flags;[all …]