Searched refs:NET_IPV4_IHL_MASK (Results 1 – 2 of 2) sorted by relevance
| /subsys/net/ip/ | ||
| A D | ipv4.h | 23 #define NET_IPV4_IHL_MASK 0x0F macro |
| A D | ipv4.c | 271 hdr_len = (hdr->vhl & NET_IPV4_IHL_MASK) * 4U; in net_ipv4_input() |
Completed in 8 milliseconds