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