Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/net/
Dnet_ip.h543 struct net_ipv4_hdr { struct
544 uint8_t vhl;
545 uint8_t tos;
546 uint16_t len;
547 uint8_t id[2];
548 uint8_t offset[2];
549 uint8_t ttl;
550 uint8_t proto;
551 uint16_t chksum;
552 uint8_t src[NET_IPV4_ADDR_SIZE];
[all …]