Searched refs:CAN_RAW_FD_FRAMES (Results 1 – 7 of 7) sorted by relevance
60 CAN_RAW_FD_FRAMES, /* allow CAN FD frames (default:off) */ enumerator
19 Added Linux-specific socket constant CAN_RAW_FD_FRAMES. Patch courtesy of
3385 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;]])],[
11211 /* CAN_RAW_FD_FRAMES available check */11216 int can_raw_fd_frames = CAN_RAW_FD_FRAMES;
7390 PyModule_AddIntMacro(m, CAN_RAW_FD_FRAMES);
372 .. data:: CAN_RAW_FD_FRAMES
2479 * The :mod:`socket` module now exports the :data:`~socket.CAN_RAW_FD_FRAMES`