Lines Matching refs:sockets
19 4.1 RAW protocol sockets with can_filters (SOCK_RAW)
27 4.2 Broadcast Manager protocol sockets (SOCK_DGRAM)
72 sockets.
104 protocol module. Multiple sockets can be opened at the same time,
106 frames on different or the same CAN IDs. Several sockets listening on
215 separate socket. See sockopts from the CAN RAW sockets in chapter 4.1.
298 be used (example for CAN_RAW sockets without error checking):
364 To write CAN frames on sockets bound to 'any' CAN interface the
420 4.1 RAW protocol sockets with can_filters (SOCK_RAW)
422 Using CAN_RAW sockets is extensively comparable to the commonly
434 sockets, include <linux/can/raw.h>.
438 The reception of CAN frames using CAN_RAW sockets can be controlled
540 looped back to the open CAN sockets that registered for the CAN
554 CAN FD support in CAN_RAW sockets can be enabled with a new socket option
634 4.2 Broadcast Manager protocol sockets (SOCK_DGRAM)
691 CAN_BCM sockets are recommended to communicate on multiple CAN interfaces.