Searched refs:ETH_P_MPLS_UC (Results 1 – 3 of 3) sorted by relevance
28 return htons(ETH_P_MPLS_UC); in tun_p_to_eth_p()44 case htons(ETH_P_MPLS_UC): in tun_p_from_eth_p()
21 return eth_type == htons(ETH_P_MPLS_UC) || in eth_p_mpls()
79 #define ETH_P_MPLS_UC 0x8847 /* MPLS Unicast traffic */ macro
Completed in 6 milliseconds