Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dsocketmodule.c1504 #ifdef CAN_ISOTP in makesockaddr()
1505 case CAN_ISOTP: in makesockaddr()
2159 #ifdef CAN_ISOTP in getsockaddrarg()
2160 case CAN_ISOTP: in getsockaddrarg()
7701 #ifdef CAN_ISOTP
7702 PyModule_AddIntMacro(m, CAN_ISOTP);
/third_party/python/Doc/library/
Dsocket.rst118 - :const:`CAN_ISOTP` protocol require a tuple ``(interface, rx_addr, tx_addr)``
440 .. data:: CAN_ISOTP
442 CAN_ISOTP, in the CAN protocol family, is the ISO-TP (ISO 15765-2) protocol.
574 should be one of :const:`CAN_RAW`, :const:`CAN_BCM`, :const:`CAN_ISOTP` or
601 The CAN_ISOTP protocol was added.
/third_party/python/Lib/test/
Dtest_socket.py78 s = socket.socket(socket.PF_CAN, socket.SOCK_DGRAM, socket.CAN_ISOTP)
2128 socket.CAN_ISOTP
2138 with socket.socket(socket.PF_CAN, socket.SOCK_DGRAM, socket.CAN_ISOTP) as s:
2143 with socket.socket(socket.PF_CAN, socket.SOCK_DGRAM, socket.CAN_ISOTP) as s:
2149 with socket.socket(socket.PF_CAN, socket.SOCK_DGRAM, socket.CAN_ISOTP) as s:
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt219 CAN_ISOTP
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3531 pub const CAN_ISOTP: ::c_int = 6; constant
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst1746 Fixed regression bug for socket.getsockname() for non-CAN_ISOTP AF_CAN