Searched refs:CAN_J1939 (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Modules/ |
D | socketmodule.c | 1513 #ifdef CAN_J1939 in makesockaddr() 1514 case CAN_J1939: in makesockaddr() 2204 #ifdef CAN_J1939 in getsockaddrarg() 2205 case CAN_J1939: in getsockaddrarg() 7704 #ifdef CAN_J1939 7705 PyModule_AddIntMacro(m, CAN_J1939);
|
/third_party/python/Doc/library/ |
D | socket.rst | 121 - :const:`CAN_J1939` protocol require a tuple ``(interface, name, pgn, addr)`` 449 .. data:: CAN_J1939 451 CAN_J1939, in the CAN protocol family, is the SAE J1939 protocol. 575 :const:`CAN_J1939`. 620 The CAN_J1939 protocol was added.
|
/third_party/python/Misc/NEWS.d/ |
D | 3.9.0b1.rst | 614 Add support for CAN_J1939 sockets (available on Linux 5.4+)
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 220 CAN_J1939
|
/third_party/python/Lib/test/ |
D | test_socket.py | 88 s = socket.socket(socket.PF_CAN, socket.SOCK_DGRAM, socket.CAN_J1939) 2171 socket.CAN_J1939 2206 with socket.socket(socket.PF_CAN, socket.SOCK_DGRAM, socket.CAN_J1939) as s: 2211 with socket.socket(socket.PF_CAN, socket.SOCK_DGRAM, socket.CAN_J1939) as s:
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3532 pub const CAN_J1939: ::c_int = 7; constant 3550 pub const SOL_CAN_J1939: ::c_int = SOL_CAN_BASE + CAN_J1939;
|
/third_party/python/Doc/whatsnew/ |
D | 3.9.rst | 661 The socket module now supports the :data:`~socket.CAN_J1939` protocol on
|