Lines Matching refs:CAN
120 CAN identifier (standard or extended).
364 CAN_BCM, in the CAN protocol family, is the broadcast manager (BCM) protocol.
374 Enables CAN FD support in a CAN_RAW socket. This is disabled by default.
375 This allows your application to send both CAN and CAN FD frames; however,
376 you one must accept both CAN and CAN FD frames when reading from the socket.
386 CAN_ISOTP, in the CAN protocol family, is the ISO-TP (ISO 15765-2) protocol.
1793 The next example shows how to use the socket interface to communicate to a CAN
1794 network using the raw socket protocol. To use CAN with the broadcast
1809 # CAN frame packing/unpacking (see 'struct can_frame' in <linux/can.h>)
1836 print('Error sending CAN frame')
1841 print('Error sending CAN frame')