Searched refs:ETH_P_DSA (Results 1 – 25 of 30) sorted by relevance
12
/external/strace/xlat/ |
D | ethernet_protocols.h | 139 #if defined(ETH_P_DSA) || (defined(HAVE_DECL_ETH_P_DSA) && HAVE_DECL_ETH_P_DSA) 141 static_assert((ETH_P_DSA) == (0x001B), "ETH_P_DSA != 0x001B"); 144 # define ETH_P_DSA 0x001B 669 XLAT(ETH_P_DSA),
|
D | ethernet_protocols.in | 21 ETH_P_DSA 0x001B /* Distributed Switch Arch. */
|
/external/syzkaller/sys/linux/ |
D | socket_packet_arm64.const | 15 ETH_P_DSA = 27
|
D | socket_packet_386.const | 15 ETH_P_DSA = 27
|
D | socket_packet_amd64.const | 15 ETH_P_DSA = 27
|
D | socket_packet_arm.const | 15 ETH_P_DSA = 27
|
D | socket_packet_ppc64le.const | 15 ETH_P_DSA = 27
|
D | vnet_amd64.const | 122 ETH_P_DSA = 27
|
D | vnet_arm64.const | 122 ETH_P_DSA = 27
|
D | vnet_386.const | 122 ETH_P_DSA = 27
|
D | vnet_ppc64le.const | 122 ETH_P_DSA = 27
|
D | vnet_arm.const | 122 ETH_P_DSA = 27
|
D | socket_packet.txt | 31 …TEX, ETH_P_CONTROL, ETH_P_IRDA, ETH_P_ECONET, ETH_P_HDLC, ETH_P_ARCNET, ETH_P_DSA, ETH_P_TRAILER, …
|
/external/libnl/include/linux-private/linux/ |
D | if_ether.h | 109 #define ETH_P_DSA 0x001B /* Distributed Switch Arch. */ macro
|
/external/iproute2/include/uapi/linux/ |
D | if_ether.h | 138 #define ETH_P_DSA 0x001B /* Distributed Switch Arch. */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | if_ether.h | 141 #define ETH_P_DSA 0x001B /* Distributed Switch Arch. */ macro
|
/external/libnl/lib/ |
D | utils.c | 812 __ADD(ETH_P_DSA,dsa)
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 386 ETH_P_DSA = 0x1b const
|
D | zerrors_linux_mips64le.go | 414 ETH_P_DSA = 0x1b const
|
D | zerrors_linux_ppc64.go | 414 ETH_P_DSA = 0x1b const
|
D | zerrors_linux_arm.go | 414 ETH_P_DSA = 0x1b const
|
D | zerrors_linux_mips64.go | 414 ETH_P_DSA = 0x1b const
|
D | zerrors_linux_ppc64le.go | 414 ETH_P_DSA = 0x1b const
|
D | zerrors_linux_arm64.go | 415 ETH_P_DSA = 0x1b const
|
D | zerrors_linux_386.go | 414 ETH_P_DSA = 0x1b const
|
12