Symbol: RLOG
tests/sys/net/routing/rtsock_common.h
146
RLOG("creating iface %s %s", prefix, ifr.ifr_name);
tests/sys/net/routing/rtsock_common.h
151
RLOG("created interface %s", ifname);
tests/sys/net/routing/rtsock_common.h
174
RLOG("destroying interface %s", ifname);
tests/sys/net/routing/rtsock_common.h
191
RLOG("opening interface %s", ifname);
tests/sys/net/routing/rtsock_common.h
215
RLOG("setting af_%s %s/%d on %s", af, addr, plen, ifname);
tests/sys/net/routing/rtsock_common.h
232
RLOG("removing IPv6 %s from %s", addr, ifname);
tests/sys/net/routing/rtsock_common.h
235
RLOG("removing IPv4 %s from %s", addr, ifname);
tests/sys/net/routing/rtsock_common.h
265
RLOG("turned interface %s up", ifname);
tests/sys/net/routing/rtsock_common.h
297
RLOG("enabled IPv6 for %s", ifname);
tests/sys/net/routing/rtsock_common.h
347
RLOG("switching to vnet %s with interface(s) %s", vnet_name, ifnames[0]);
tests/sys/net/routing/rtsock_common.h
354
RLOG("jail cmd: \"%s\"\n", cmd);
tests/sys/net/routing/rtsock_common.h
367
RLOG("created jail jid=%d", jid);
tests/sys/net/routing/rtsock_common.h
383
RLOG("attached to the jail");
tests/sys/net/routing/rtsock_common.h
592
RLOG("unable to find ifindex for '%s'", ifname);
tests/sys/net/routing/rtsock_common.h
594
RLOG("if %s mapped to %d", ifname, ifindex);
tests/sys/net/routing/rtsock_common.h
615
RLOG("inet_ntop() failed: ret=%d", error);
tests/sys/net/routing/rtsock_common.h
627
RLOG("ether_aton() failed");
tests/sys/net/routing/rtsock_common.h
705
RLOG("--- MATCHED RTSOCK MESSAGE ---");
tests/sys/net/routing/rtsock_common.h
707
RLOG("--- SKIPPED RTSOCK MESSAGE ---");
tests/sys/net/routing/rtsock_config.h
163
RLOG("'%s' failed, error %d", cmd, ret);
tests/sys/net/routing/test_rtsock_l3.c
1169
RLOG("MSG_IFADDR: %d", count);
tests/sys/net/routing/test_rtsock_l3.c
1176
RLOG("MSG_PREFIXROUTE: %d", count);
tests/sys/net/routing/test_rtsock_l3.c
1182
RLOG("MSG_HOSTROUTE: %d", count);
tests/sys/net/routing/test_rtsock_l3.c
1187
RLOG("skipping msg type %s, try: %d", rtsock_print_cmdtype(rtm->rtm_type),
tests/sys/net/routing/test_rtsock_l3.c
1334
RLOG("MSG_IFADDR: %d", count);
tests/sys/net/routing/test_rtsock_l3.c
1341
RLOG("MSG_PREFIXROUTE: %d", count);
tests/sys/net/routing/test_rtsock_l3.c
1346
RLOG("skipping msg type %s, try: %d", rtsock_print_cmdtype(rtm->rtm_type),
tests/sys/net/routing/test_rtsock_l3.c
42
RLOG("jumping to %s", vnet_name);
tests/sys/net/routing/test_rtsock_lladdr.c
37
RLOG("jumping to %s", vnet_name);