Searched refs:RLOG (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/tests/sys/net/routing/
H A Drtsock_common.h148 RLOG("creating iface %s %s", prefix, ifr.ifr_name);
153 RLOG("created interface %s", ifname);
176 RLOG("destroying interface %s", ifname);
193 RLOG("opening interface %s", ifname);
217 RLOG("setting af_%s %s/%d on %s", af, addr, plen, ifname);
234 RLOG("removing IPv6 %s from %s", addr, ifname);
237 RLOG("removing IPv4 %s from %s", addr, ifname);
267 RLOG("turned interface %s up", ifname);
299 RLOG("enabled IPv6 for %s", ifname);
349 RLOG("switchin
[all...]
H A Drtsock_config.h162 RLOG("'%s' failed, error %d", cmd, ret);
H A Dtest_rtsock_l3.c44 RLOG("jumping to %s", vnet_name);
1171 RLOG("MSG_IFADDR: %d", count);
1178 RLOG("MSG_PREFIXROUTE: %d", count);
1184 RLOG("MSG_HOSTROUTE: %d", count);
1189 RLOG("skipping msg type %s, try: %d", rtsock_print_cmdtype(rtm->rtm_type),
1336 RLOG("MSG_IFADDR: %d", count);
1343 RLOG("MSG_PREFIXROUTE: %d", count);
1348 RLOG("skipping msg type %s, try: %d", rtsock_print_cmdtype(rtm->rtm_type),
H A Drtsock_print.h34 #define RLOG(_fmt, ...) printf("%s: " _fmt "\n", __func__, ##__VA_ARGS__) macro
H A Dtest_rtsock_lladdr.c39 RLOG("jumping to %s", vnet_name);

Completed in 200 milliseconds