Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dnet_ip.h567 struct net_ipv4_hdr { struct
568 uint8_t vhl;
569 uint8_t tos;
570 uint16_t len;
571 uint8_t id[2];
572 uint8_t offset[2];
573 uint8_t ttl;
574 uint8_t proto;
575 uint16_t chksum;
576 uint8_t src[NET_IPV4_ADDR_SIZE];
[all …]