Home
last modified time | relevance | path

Searched refs:NET_IPV4_IHL_MASK (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Dipv4.h23 #define NET_IPV4_IHL_MASK 0x0F macro
Dipv4.c269 hdr_len = (hdr->vhl & NET_IPV4_IHL_MASK) * 4U; in net_ipv4_input()
/Zephyr-latest/tests/net/icmpv4/src/
Dmain.c243 vhl = (vhl & NET_IPV4_IHL_MASK) * 4U; in verify_echo_reply_with_opts()