Searched refs:vtc_vhl (Results 1 – 1 of 1) sorted by relevance
137 uint8_t vtc_vhl = NET_IPV6_HDR(pkt)->vtc & 0xf0; in process_data() local139 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()