Lines Matching refs:loopback
15 3.2 local loopback of sent frames
44 6.2 local loopback of sent frames
184 3.2 local loopback of sent frames
199 some kind of local loopback of the sent CAN frames on the appropriate
206 reflect the correct* traffic on the node the loopback of the sent
208 the CAN network interface is not capable of performing the loopback for
212 The loopback functionality is enabled by default to reflect standard
214 the RT-SocketCAN group the loopback optionally may be disabled for each
429 - The loopback of sent CAN frames is enabled (see chapter 3.2)
430 - The socket does not receive its own sent frames (in loopback mode)
528 To meet multi user needs the local loopback is enabled by default
530 (e.g. when only one application uses the CAN bus) this loopback
533 int loopback = 0; /* 0 = disabled, 1 = enabled (default) */
535 setsockopt(s, SOL_CAN_RAW, CAN_RAW_LOOPBACK, &loopback, sizeof(loopback));
539 When the local loopback is enabled, all the sent CAN frames are
912 can_send - transmit a CAN frame (optional with local loopback)
943 6.2 local loopback of sent frames
946 support a local loopback functionality similar to the local echo
949 (aka loopback) as fallback solution:
971 Similar to the network loopback devices, vcan offers a virtual local
1029 [ loopback { on | off } ]
1270 Michael Schulze (driver layer loopback requirement, RT CAN drivers review)