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.
295 be used (example for CAN_RAW sockets without error checking):
361 To write CAN frames on sockets bound to 'any' CAN interface the
417 4.1 RAW protocol sockets with can_filters (SOCK_RAW)
419 Using CAN_RAW sockets is extensively comparable to the commonly
431 sockets, include <linux/can/raw.h>.
435 The reception of CAN frames using CAN_RAW sockets can be controlled
537 looped back to the open CAN sockets that registered for the CAN
551 CAN FD support in CAN_RAW sockets can be enabled with a new socket option
631 4.2 Broadcast Manager protocol sockets (SOCK_DGRAM)
688 CAN_BCM sockets are recommended to communicate on multiple CAN interfaces.