Home
last modified time | relevance | path

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

/freebsd/tests/sys/net/routing/
H A Drtsock_common.h146 RLOG("creating iface %s %s", prefix, ifr.ifr_name); in iface_create()
151 RLOG("created interface %s", ifname); in iface_create()
174 RLOG("destroying interface %s", ifname); in iface_destroy()
191 RLOG("opening interface %s", ifname); in iface_open()
215 RLOG("setting af_%s %s/%d on %s", af, addr, plen, ifname); in iface_setup_addr()
232 RLOG("removing IPv6 %s from %s", addr, ifname); in iface_delete_addr()
235 RLOG("removing IPv4 %s from %s", addr, ifname); in iface_delete_addr()
265 RLOG("turned interface %s up", ifname); in iface_turn_up()
297 RLOG("enabled IPv6 for %s", ifname); in iface_enable_ipv6()
347 RLOG("switching to vnet %s with interface(s) %s", vnet_name, ifnames[0]); in vnet_switch()
[all …]
H A Dtest_rtsock_l3.c42 RLOG("jumping to %s", vnet_name); in jump_vnet()
1169 RLOG("MSG_IFADDR: %d", count); in ATF_TC_BODY()
1176 RLOG("MSG_PREFIXROUTE: %d", count); in ATF_TC_BODY()
1182 RLOG("MSG_HOSTROUTE: %d", count); in ATF_TC_BODY()
1187 RLOG("skipping msg type %s, try: %d", rtsock_print_cmdtype(rtm->rtm_type), in ATF_TC_BODY()
1334 RLOG("MSG_IFADDR: %d", count); in ATF_TC_BODY()
1341 RLOG("MSG_PREFIXROUTE: %d", count); in ATF_TC_BODY()
1346 RLOG("skipping msg type %s, try: %d", rtsock_print_cmdtype(rtm->rtm_type), in ATF_TC_BODY()
H A Drtsock_config.h163 RLOG("'%s' failed, error %d", cmd, ret); in config_generic_cleanup()
H A Drtsock_print.h32 #define RLOG(_fmt, ...) printf("%s: " _fmt "\n", __func__, ##__VA_ARGS__) macro
H A Dtest_rtsock_lladdr.c37 RLOG("jumping to %s", vnet_name); in jump_vnet()