Searched refs:ETH_P_MPLS_UC (Results 1 – 25 of 26) sorted by relevance
12
/external/libnl/include/netlink/ |
D | netlink-compat.h | 30 #ifndef ETH_P_MPLS_UC 31 #define ETH_P_MPLS_UC 0x8847 macro
|
/external/strace/xlat/ |
D | ethernet_protocols.h | 405 #if defined(ETH_P_MPLS_UC) || (defined(HAVE_DECL_ETH_P_MPLS_UC) && HAVE_DECL_ETH_P_MPLS_UC) 407 static_assert((ETH_P_MPLS_UC) == (0x8847), "ETH_P_MPLS_UC != 0x8847"); 410 # define ETH_P_MPLS_UC 0x8847 707 XLAT(ETH_P_MPLS_UC),
|
D | ethernet_protocols.in | 59 ETH_P_MPLS_UC 0x8847 /* MPLS Unicast traffic */
|
/external/libnl/include/linux-private/linux/ |
D | if_ether.h | 72 #define ETH_P_MPLS_UC 0x8847 /* MPLS Unicast traffic */ macro
|
/external/iproute2/include/uapi/linux/ |
D | if_ether.h | 77 #define ETH_P_MPLS_UC 0x8847 /* MPLS Unicast traffic */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | if_ether.h | 79 #define ETH_P_MPLS_UC 0x8847 /* MPLS Unicast traffic */ macro
|
/external/syzkaller/sys/linux/ |
D | vnet_amd64.const | 147 ETH_P_MPLS_UC = 34887
|
D | vnet_arm64.const | 147 ETH_P_MPLS_UC = 34887
|
D | vnet_386.const | 147 ETH_P_MPLS_UC = 34887
|
D | vnet_ppc64le.const | 147 ETH_P_MPLS_UC = 34887
|
D | vnet_arm.const | 147 ETH_P_MPLS_UC = 34887
|
D | vnet.txt | 108 …_ERSPAN2, ETH_P_IPX, ETH_P_IPV6, ETH_P_PAUSE, ETH_P_SLOW, ETH_P_WCCP, ETH_P_MPLS_UC, ETH_P_MPLS_MC… 119 mpls_uc eth2_packet_t[ETH_P_MPLS_UC, mpls_packet]
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | bpf_flow.c | 104 case bpf_htons(ETH_P_MPLS_UC): in parse_eth_proto()
|
/external/libnl/lib/ |
D | utils.c | 781 __ADD(ETH_P_MPLS_UC,mpls_uc)
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 408 ETH_P_MPLS_UC = 0x8847 const
|
D | zerrors_linux_mips64le.go | 441 ETH_P_MPLS_UC = 0x8847 const
|
D | zerrors_linux_ppc64.go | 441 ETH_P_MPLS_UC = 0x8847 const
|
D | zerrors_linux_arm.go | 441 ETH_P_MPLS_UC = 0x8847 const
|
D | zerrors_linux_mips64.go | 441 ETH_P_MPLS_UC = 0x8847 const
|
D | zerrors_linux_ppc64le.go | 441 ETH_P_MPLS_UC = 0x8847 const
|
D | zerrors_linux_arm64.go | 442 ETH_P_MPLS_UC = 0x8847 const
|
D | zerrors_linux_386.go | 441 ETH_P_MPLS_UC = 0x8847 const
|
D | zerrors_linux_mips.go | 441 ETH_P_MPLS_UC = 0x8847 const
|
D | zerrors_linux_s390x.go | 441 ETH_P_MPLS_UC = 0x8847 const
|
D | zerrors_linux_mipsle.go | 441 ETH_P_MPLS_UC = 0x8847 const
|
12