Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dnet_core.c137 uint8_t vtc_vhl = NET_IPV6_HDR(pkt)->vtc & 0xf0; in process_data() local
139 if (IS_ENABLED(CONFIG_NET_IPV6) && vtc_vhl == 0x60) { in process_data()
141 } else if (IS_ENABLED(CONFIG_NET_IPV4) && vtc_vhl == 0x40) { in process_data()