Searched refs:ETH_P_IPV6 (Results 1 – 4 of 4) sorted by relevance
42 ETH_P_IPV6 = 0x86dd variable
180 if ether.type == net_test.ETH_P_IPV6:
154 ethertype = {4: net_test.ETH_P_IP, 6: net_test.ETH_P_IPV6}[inner_version]
597 if (proto == ETH_P_IP || proto == ETH_P_ARP || proto == ETH_P_IPV6) in should_forward()