Searched refs:CAN_ISOTP (Results 1 – 19 of 19) sorted by relevance
/external/strace/xlat/ |
D | can_protocols.h | 41 #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),
|
D | can_protocols.in | 7 CAN_ISOTP 6
|
/external/kernel-headers/original/uapi/linux/ |
D | can.h | 159 #define CAN_ISOTP 6 /* ISO 15765-2 Transport Protocol */ macro
|
/external/iproute2/include/uapi/linux/ |
D | can.h | 159 #define CAN_ISOTP 6 /* ISO 15765-2 Transport Protocol */ macro
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 1458 #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/ |
D | socket.rst | 118 - :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/ |
D | zerrors_linux_sparc64.go | 237 CAN_ISOTP = 0x6 const
|
D | zerrors_linux_mips64le.go | 252 CAN_ISOTP = 0x6 const
|
D | zerrors_linux_ppc64.go | 252 CAN_ISOTP = 0x6 const
|
D | zerrors_linux_arm.go | 252 CAN_ISOTP = 0x6 const
|
D | zerrors_linux_mips64.go | 252 CAN_ISOTP = 0x6 const
|
D | zerrors_linux_ppc64le.go | 252 CAN_ISOTP = 0x6 const
|
D | zerrors_linux_arm64.go | 252 CAN_ISOTP = 0x6 const
|
D | zerrors_linux_386.go | 252 CAN_ISOTP = 0x6 const
|
D | zerrors_linux_mips.go | 252 CAN_ISOTP = 0x6 const
|
D | zerrors_linux_s390x.go | 252 CAN_ISOTP = 0x6 const
|
D | zerrors_linux_mipsle.go | 252 CAN_ISOTP = 0x6 const
|
D | zerrors_linux_amd64.go | 252 CAN_ISOTP = 0x6 const
|
/external/python/cpython3/Lib/test/ |
D | test_socket.py | 71 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:
|