Searched refs:NET_IPV4_IHL_MASK (Results 1 – 3 of 3) sorted by relevance
23 #define NET_IPV4_IHL_MASK 0x0F macro
269 hdr_len = (hdr->vhl & NET_IPV4_IHL_MASK) * 4U; in net_ipv4_input()
243 vhl = (vhl & NET_IPV4_IHL_MASK) * 4U; in verify_echo_reply_with_opts()