Lines Matching refs:CAN_RAW
250 s = socket(PF_CAN, SOCK_RAW, CAN_RAW);
259 - see chapter 3). After binding (CAN_RAW) or connecting (CAN_BCM)
280 default. A read(2) system call on a CAN_RAW socket transfers a
298 be used (example for CAN_RAW sockets without error checking):
304 s = socket(PF_CAN, SOCK_RAW, CAN_RAW);
323 Reading CAN frames from a bound CAN_RAW socket (see above) consists
382 bytes of payload (struct can_frame) like the CAN_RAW socket. Therefore e.g.
383 the CAN_RAW socket supports a new socket option CAN_RAW_FD_FRAMES that
422 Using CAN_RAW sockets is extensively comparable to the commonly
433 To use the referenced definitions of the socket options for CAN_RAW
438 The reception of CAN frames using CAN_RAW sockets can be controlled
467 To disable the reception of CAN frames on the selected CAN_RAW socket:
554 CAN FD support in CAN_RAW sockets can be enabled with a new socket option
556 not supported by the CAN_RAW socket (e.g. on older kernels), switching the
599 data structure for CAN_RAW based applications. When the application is
610 The CAN_RAW socket can set multiple CAN identifier specific filters that
648 struct can_frame as known from the CAN_RAW socket. Instead a special BCM