Home
last modified time | relevance | path

Searched defs:tcphdr (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/netinet/
H A Dtcp.h48 struct tcphdr { struct
49 u_int16_t th_sport; /* source port */
50 u_int16_t th_dport; /* destination port */
51 tcp_seq th_seq; /* sequence number */
52 tcp_seq th_ack; /* acknowledgement number */
54 u_int32_t th_x2:4, /* (unused) */
55 th_off:4; /* data offset */
58 u_int32_t th_off:4, /* data offset */
59 th_x2:4; /* (unused) */
61 u_int8_t th_flags;
[all …]