Lines Matching full:sockets
17 sockets.
52 protocol module. Multiple sockets can be opened at the same time,
54 frames on different or the same CAN IDs. Several sockets listening on
176 separate socket. See sockopts from the CAN RAW sockets in :ref:`socketcan-raw-sockets`.
268 be used (example for CAN_RAW sockets without error checking):
340 To write CAN frames on sockets bound to 'any' CAN interface the
414 .. _socketcan-raw-sockets:
416 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>.
439 The reception of CAN frames using CAN_RAW sockets can be controlled
564 looped back to the open CAN sockets that registered for the CAN
584 CAN FD support in CAN_RAW sockets can be enabled with a new socket option
677 Broadcast Manager Protocol Sockets (SOCK_DGRAM)
739 CAN_BCM sockets are recommended to communicate on multiple CAN interfaces.