Searched refs:CAN_RAW (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/forlinx_cmd/fltest_canfdtest/ |
| H A D | canfdtest.c | 93 if ((s = socket(PF_CAN, SOCK_RAW, CAN_RAW)) < 0) { in canfd_recv() 181 if ((s = socket(PF_CAN, SOCK_RAW, CAN_RAW)) < 0) { in main()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/can/ |
| H A D | raw.h | 51 #define SOL_CAN_RAW (SOL_CAN_BASE + CAN_RAW)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/can/ |
| H A D | raw.h | 51 #define SOL_CAN_RAW (SOL_CAN_BASE + CAN_RAW)
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/can/ |
| H A D | raw.h | 51 #define SOL_CAN_RAW (SOL_CAN_BASE + CAN_RAW)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | can.h | 154 #define CAN_RAW 1 /* RAW sockets */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | can.h | 154 #define CAN_RAW 1 /* RAW sockets */ macro
|
| /OK3568_Linux_fs/kernel/net/can/ |
| H A D | Kconfig | 23 config CAN_RAW config 31 To receive/send raw CAN messages, use AF_CAN with protocol CAN_RAW.
|
| H A D | raw.c | 922 .protocol = CAN_RAW,
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | can.h | 154 #define CAN_RAW 1 /* RAW sockets */ macro
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | can.rst | 216 s = socket(PF_CAN, SOCK_RAW, CAN_RAW); 225 - see :ref:`socketcan-concept`). After binding (CAN_RAW) or connecting (CAN_BCM) 248 default. A read(2) system call on a CAN_RAW socket transfers a 268 be used (example for CAN_RAW sockets without error checking): 276 s = socket(PF_CAN, SOCK_RAW, CAN_RAW); 295 Reading CAN frames from a bound CAN_RAW socket (see above) consists 371 bytes of payload (struct can_frame) like the CAN_RAW socket. Therefore e.g. 372 the CAN_RAW socket supports a new socket option CAN_RAW_FD_FRAMES that 419 Using CAN_RAW sockets is extensively comparable to the commonly 430 To use the referenced definitions of the socket options for CAN_RAW [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/socketcan/canutils/ |
| H A D | 0001-canutils-candump-Add-error-frame-s-handling.patch | 39 " -p, --protocol=PROTO\t" "CAN protocol (default CAN_RAW = %d)\n"
|