Lines Matching defs:tcphdr
166 struct tcphdr { struct
167 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;
179 uint16_t th_win;
180 uint16_t th_sum;
181 uint16_t th_urp;