Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/net/
Dnet_ip.h512 struct net_tcp_hdr { struct
513 uint16_t src_port;
514 uint16_t dst_port;
515 uint8_t seq[4];
516 uint8_t ack[4];
517 uint8_t offset;
518 uint8_t flags;
519 uint8_t wnd[2];
520 uint16_t chksum;
521 uint8_t urg[2];
[all …]