Searched refs:CAN_RAW (Results 1 – 5 of 5) sorted by relevance
51 #define SOL_CAN_RAW (SOL_CAN_BASE + CAN_RAW)
23 config CAN_RAW config31 To receive/send raw CAN messages, use AF_CAN with protocol CAN_RAW.
977 .protocol = CAN_RAW,
224 #define CAN_RAW 1 /* RAW sockets */ macro
216 s = socket(PF_CAN, SOCK_RAW, CAN_RAW);264 default. A read(2) system call on a CAN_RAW socket transfers a301 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) consists405 the CAN_RAW socket supports a new socket option CAN_RAW_FD_FRAMES that452 Using CAN_RAW sockets is extensively comparable to the commonly463 To use the referenced definitions of the socket options for CAN_RAW472 The reception of CAN frames using CAN_RAW sockets can be controlled507 To disable the reception of CAN frames on the selected CAN_RAW socket:[all …]
Completed in 14 milliseconds