Searched defs:tcphdr (Results 1 – 1 of 1) sorted by relevance
57 struct tcphdr { struct58 uint16_t th_sport; /* source port */59 uint16_t th_dport; /* destination port */60 tcp_seq th_seq; /* sequence number */61 tcp_seq th_ack; /* acknowledgement number */70 uint8_t th_off_x2; /* data offset and unused bits */84 uint8_t th_flags;96 uint16_t th_win; /* window */97 uint16_t th_sum; /* checksum */98 uint16_t th_urp; /* urgent pointer */