Home
last modified time | relevance | path

Searched refs:ETH_P_CAN (Results 1 – 25 of 30) sorted by relevance

12

/external/strace/xlat/
Dethernet_protocols.h69 #if defined(ETH_P_CAN) || (defined(HAVE_DECL_ETH_P_CAN) && HAVE_DECL_ETH_P_CAN)
71 static_assert((ETH_P_CAN) == (0x000C), "ETH_P_CAN != 0x000C");
74 # define ETH_P_CAN 0x000C
659 XLAT(ETH_P_CAN),
Dethernet_protocols.in11 ETH_P_CAN 0x000C /* CAN: Controller Area Network */
/external/syzkaller/sys/linux/
Dsocket_packet_386.const11 ETH_P_CAN = 12
Dsocket_packet_ppc64le.const11 ETH_P_CAN = 12
Dsocket_packet_arm64.const11 ETH_P_CAN = 12
Dsocket_packet_amd64.const11 ETH_P_CAN = 12
Dsocket_packet_arm.const11 ETH_P_CAN = 12
Dvnet_arm64.const112 ETH_P_CAN = 12
Dvnet_amd64.const112 ETH_P_CAN = 12
Dvnet_arm.const112 ETH_P_CAN = 12
Dvnet_386.const112 ETH_P_CAN = 12
Dvnet_ppc64le.const112 ETH_P_CAN = 12
Dsocket_packet.txt31 … ETH_P_SNAP, ETH_P_DDCMP, ETH_P_WAN_PPP, ETH_P_PPP_MP, ETH_P_LOCALTALK, ETH_P_CAN, ETH_P_CANFD, ET…
Dvnet.txt108 … ETH_P_SNAP, ETH_P_DDCMP, ETH_P_WAN_PPP, ETH_P_PPP_MP, ETH_P_LOCALTALK, ETH_P_CAN, ETH_P_CANFD, ET…
121 can eth2_packet_t[ETH_P_CAN, can_frame]
/external/libnl/include/linux-private/linux/
Dif_ether.h100 #define ETH_P_CAN 0x000C /* Controller Area Network */ macro
/external/iproute2/include/uapi/linux/
Dif_ether.h128 #define ETH_P_CAN 0x000C /* CAN: Controller Area Network */ macro
/external/kernel-headers/original/uapi/linux/
Dif_ether.h131 #define ETH_P_CAN 0x000C /* CAN: Controller Area Network */ macro
/external/libnl/lib/
Dutils.c803 __ADD(ETH_P_CAN,can)
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go376 ETH_P_CAN = 0xc const
Dzerrors_linux_mipsle.go404 ETH_P_CAN = 0xc const
Dzerrors_linux_s390x.go404 ETH_P_CAN = 0xc const
Dzerrors_linux_arm.go404 ETH_P_CAN = 0xc const
Dzerrors_linux_ppc64le.go404 ETH_P_CAN = 0xc const
Dzerrors_linux_mips64.go404 ETH_P_CAN = 0xc const
Dzerrors_linux_ppc64.go404 ETH_P_CAN = 0xc const

12