Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dnet_ip.h593 struct net_tcp_hdr { struct
594 uint16_t src_port;
595 uint16_t dst_port;
596 uint8_t seq[4];
597 uint8_t ack[4];
598 uint8_t offset;
599 uint8_t flags;
600 uint8_t wnd[2];
601 uint16_t chksum;
602 uint8_t urg[2];
[all …]