Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/can/
Draw.h60 CAN_RAW_FD_FRAMES, /* allow CAN FD frames (default:off) */ enumerator
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a4.rst19 Added Linux-specific socket constant CAN_RAW_FD_FRAMES. Patch courtesy of
/external/python/cpython3/
Dconfigure.ac3385 AC_MSG_CHECKING(for CAN_RAW_FD_FRAMES)
3386 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ /* CAN_RAW_FD_FRAMES available check */
3388 [[int can_raw_fd_frames = CAN_RAW_FD_FRAMES;]])],[
Dconfigure11211 /* CAN_RAW_FD_FRAMES available check */
11216 int can_raw_fd_frames = CAN_RAW_FD_FRAMES;
/external/python/cpython3/Modules/
Dsocketmodule.c7390 PyModule_AddIntMacro(m, CAN_RAW_FD_FRAMES);
/external/python/cpython3/Doc/library/
Dsocket.rst372 .. data:: CAN_RAW_FD_FRAMES
/external/python/cpython3/Doc/whatsnew/
D3.5.rst2479 * The :mod:`socket` module now exports the :data:`~socket.CAN_RAW_FD_FRAMES`