Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/ip/
Dtcp_private.h166 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;
[all …]