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
426 - The loopback of sent CAN frames is enabled (see chapter 3.2)
427 - The socket does not receive its own sent frames (in loopback mode)
525 To meet multi user needs the local loopback is enabled by default
527 (e.g. when only one application uses the CAN bus) this loopback
530 int loopback = 0; /* 0 = disabled, 1 = enabled (default) */
532 setsockopt(s, SOL_CAN_RAW, CAN_RAW_LOOPBACK, &loopback, sizeof(loopback));
536 When the local loopback is enabled, all the sent CAN frames are
909 can_send - transmit a CAN frame (optional with local loopback)
940 6.2 local loopback of sent frames
943 support a local loopback functionality similar to the local echo
946 (aka loopback) as fallback solution:
968 Similar to the network loopback devices, vcan offers a virtual local
1022 [ loopback { on | off } ]
1210 Michael Schulze (driver layer loopback requirement, RT CAN drivers review)