Lines Matching refs:CAN_RAW
216 s = socket(PF_CAN, SOCK_RAW, CAN_RAW);
225 - see :ref:`socketcan-concept`). After binding (CAN_RAW) or connecting (CAN_BCM)
264 default. A read(2) system call on a CAN_RAW socket transfers a
301 be used (example for CAN_RAW sockets without error checking):
309 s = socket(PF_CAN, SOCK_RAW, CAN_RAW);
328 Reading CAN frames from a bound CAN_RAW socket (see above) consists
404 bytes of payload (struct can_frame) like the CAN_RAW socket. Therefore e.g.
405 the CAN_RAW socket supports a new socket option CAN_RAW_FD_FRAMES that
452 Using CAN_RAW sockets is extensively comparable to the commonly
463 To use the referenced definitions of the socket options for CAN_RAW
472 The reception of CAN frames using CAN_RAW sockets can be controlled
507 To disable the reception of CAN frames on the selected CAN_RAW socket:
619 CAN FD support in CAN_RAW sockets can be enabled with a new socket option
621 not supported by the CAN_RAW socket (e.g. on older kernels), switching the
669 data structure for CAN_RAW based applications. When the application is
682 The CAN_RAW socket can set multiple CAN identifier specific filters that
727 struct can_frame as known from the CAN_RAW socket. Instead a special BCM