Home
last modified time | relevance | path

Searched refs:CAN_RAW (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/uapi/linux/can/
Draw.h50 #define SOL_CAN_RAW (SOL_CAN_BASE + CAN_RAW)
/linux-4.4.14/net/can/
DKconfig21 config CAN_RAW config
29 To receive/send raw CAN messages, use AF_CAN with protocol CAN_RAW.
Draw.c852 .protocol = CAN_RAW,
/linux-4.4.14/include/uapi/linux/
Dcan.h153 #define CAN_RAW 1 /* RAW sockets */ macro
/linux-4.4.14/Documentation/networking/
Dcan.txt250 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
[all …]