Home
last modified time | relevance | path

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

/linux/include/uapi/linux/can/
A Draw.h51 #define SOL_CAN_RAW (SOL_CAN_BASE + CAN_RAW)
/linux/net/can/
A DKconfig23 config CAN_RAW config
31 To receive/send raw CAN messages, use AF_CAN with protocol CAN_RAW.
A Draw.c1066 .protocol = CAN_RAW,
/linux/include/uapi/linux/
A Dcan.h229 #define CAN_RAW 1 /* RAW sockets */ macro
/linux/Documentation/networking/
A Dcan.rst216 s = socket(PF_CAN, SOCK_RAW, CAN_RAW);
264 default. A read(2) system call on a CAN_RAW socket transfers a
301 be used (example for CAN_RAW sockets without error checking):
309 s = socket(PF_CAN, SOCK_RAW, CAN_RAW);
328 Reading CAN frames from a bound CAN_RAW socket (see above) consists
405 the CAN_RAW socket supports a new socket option CAN_RAW_FD_FRAMES that
470 Using CAN_RAW sockets is extensively comparable to the commonly
481 To use the referenced definitions of the socket options for CAN_RAW
490 The reception of CAN frames using CAN_RAW sockets can be controlled
525 To disable the reception of CAN frames on the selected CAN_RAW socket:
[all …]
A Diso15765-2.rst98 Unlike the CAN_RAW socket API, only the ISO-TP data field (the actual payload)

Completed in 17 milliseconds