Searched refs:th_x2 (Results 1 – 4 of 4) sorted by relevance
44 uint8_t th_x2:4, doff:4; member46 uint8_t doff:4, th_x2:4; member
54 u_char th_x2:4, /* upper 4 (reserved) flags */ member59 th_x2:4; /* upper 4 (reserved) flags */ member85 return (((uint16_t)th->th_x2 << 8) | th->th_flags); in __tcp_get_flags()91 th->th_x2 = (flags >> 8) & 0x0f; in __tcp_set_flags()
51 #define ti_x2 ti_t.th_x2
269 tcp_flags = p == NULL ? 0 : ((p->th_x2 << 8) | p->th_flags);288 tcp_flags = p == NULL ? 0 : ((p->th_x2 << 8) | p->th_flags);