Home
last modified time | relevance | path

Searched refs:CAN_J1939 (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Modules/
Dsocketmodule.c1513 #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/
Dsocket.rst121 - :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/
D3.9.0b1.rst614 Add support for CAN_J1939 sockets (available on Linux 5.4+)
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt220 CAN_J1939
/third_party/python/Lib/test/
Dtest_socket.py88 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/
Dmod.rs3532 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/
D3.9.rst661 The socket module now supports the :data:`~socket.CAN_J1939` protocol on