Home
last modified time | relevance | path

Searched refs:CAN_ISOTP (Results 1 – 19 of 19) sorted by relevance

/external/strace/xlat/
Dcan_protocols.h41 #if defined(CAN_ISOTP) || (defined(HAVE_DECL_CAN_ISOTP) && HAVE_DECL_CAN_ISOTP)
43 static_assert((CAN_ISOTP) == (6), "CAN_ISOTP != 6");
46 # define CAN_ISOTP 6
64 [CAN_ISOTP] = XLAT(CAN_ISOTP),
Dcan_protocols.in7 CAN_ISOTP 6
/external/kernel-headers/original/uapi/linux/
Dcan.h159 #define CAN_ISOTP 6 /* ISO 15765-2 Transport Protocol */ macro
/external/iproute2/include/uapi/linux/
Dcan.h159 #define CAN_ISOTP 6 /* ISO 15765-2 Transport Protocol */ macro
/external/python/cpython3/Modules/
Dsocketmodule.c1458 #ifdef CAN_ISOTP in makesockaddr()
1459 case CAN_ISOTP: in makesockaddr()
2045 #ifdef CAN_ISOTP in getsockaddrarg()
2046 case CAN_ISOTP: in getsockaddrarg()
7379 #ifdef CAN_ISOTP
7380 PyModule_AddIntMacro(m, CAN_ISOTP);
/external/python/cpython3/Doc/library/
Dsocket.rst118 - :const:`CAN_ISOTP` protocol require a tuple ``(interface, rx_addr, tx_addr)``
384 .. data:: CAN_ISOTP
386 CAN_ISOTP, in the CAN protocol family, is the ISO-TP (ISO 15765-2) protocol.
502 should be one of :const:`CAN_RAW`, :const:`CAN_BCM` or :const:`CAN_ISOTP`.
526 The CAN_ISOTP protocol was added.
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go237 CAN_ISOTP = 0x6 const
Dzerrors_linux_mips64le.go252 CAN_ISOTP = 0x6 const
Dzerrors_linux_ppc64.go252 CAN_ISOTP = 0x6 const
Dzerrors_linux_arm.go252 CAN_ISOTP = 0x6 const
Dzerrors_linux_mips64.go252 CAN_ISOTP = 0x6 const
Dzerrors_linux_ppc64le.go252 CAN_ISOTP = 0x6 const
Dzerrors_linux_arm64.go252 CAN_ISOTP = 0x6 const
Dzerrors_linux_386.go252 CAN_ISOTP = 0x6 const
Dzerrors_linux_mips.go252 CAN_ISOTP = 0x6 const
Dzerrors_linux_s390x.go252 CAN_ISOTP = 0x6 const
Dzerrors_linux_mipsle.go252 CAN_ISOTP = 0x6 const
Dzerrors_linux_amd64.go252 CAN_ISOTP = 0x6 const
/external/python/cpython3/Lib/test/
Dtest_socket.py71 s = socket.socket(socket.PF_CAN, socket.SOCK_DGRAM, socket.CAN_ISOTP)
1944 socket.CAN_ISOTP
1954 with socket.socket(socket.PF_CAN, socket.SOCK_DGRAM, socket.CAN_ISOTP) as s:
1959 with socket.socket(socket.PF_CAN, socket.SOCK_DGRAM, socket.CAN_ISOTP) as s:
1965 with socket.socket(socket.PF_CAN, socket.SOCK_DGRAM, socket.CAN_ISOTP) as s: