Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp.h57 struct tcphdr { struct
58 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 */