Home
last modified time | relevance | path

Searched refs:trace_act (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/sbin/routed/
H A Dtable.c900 trace_act("note %s without gateway", in rtm_add()
987 trace_act("ignore %s without gateway", in rtm_lose()
1197 trace_act("note %s with flags %#x" in read_rt()
1236 trace_act("ignore %s", str); in read_rt()
1249 trace_act("ignore %s for AF %d", str, in read_rt()
1270 trace_act("ignore ARP %s", str); in read_rt()
1277 trace_act("ignore cloned %s", str); in read_rt()
1301 trace_act("%s", str); in read_rt()
1312 trace_act("%s", str); in read_rt()
1319 trace_act("%s", str); in read_rt()
[all …]
H A Drdisc.c140 trace_act("%s Router Solic. from %s to %s via %s value=%#x", in trace_rdisc()
261 trace_act("start supplying routes"); in set_supplier()
335 trace_act("age 0.0.0.0 --> %s via %s", in rdisc_age()
426 trace_act("discovered router %s via %s" in del_rdisc()
430 trace_act("last discovered router %s via %s" in del_rdisc()
437 trace_act("last discovered router %s via %s" in del_rdisc()
508 trace_act("turn off Router Discovery client"); in rdisc_sort()
523 trace_act("turn on Router Discovery client" in rdisc_sort()
530 trace_act("switch Router Discovery from" in rdisc_sort()
727 trace_act("abort multicast output via %s" in send_rdisc()
H A Dmain.c370 trace_act("time changed by %d sec", (int)dt); in main()
537 trace_act("SIGALRM"); in sigalrm()
613 trace_act("RCVBUF=%d", rbuf); in fix_sock()
673 trace_act("turn off RIP"); in rip_off()
744 trace_act("turn on RIP"); in rip_on()
H A Dif.c579 trace_act("%sinterface %s to %s working better", in if_ok()
764 trace_act("%s: not AF_INET", in ifinit()
919 trace_act("interface %s has changed", in ifinit()
944 trace_act("interface %s has been off" in ifinit()
998 trace_act("interface %s to %s" in ifinit()
1066 trace_act("%s is neither broadcast, point-to-point," in ifinit()
1168 trace_act("interface %s has disappeared", in ifinit()
1360 trace_act("re-install interface %s", in addrouteforif()
H A Doutput.c142 trace_act("abort multicast output via %s" in output()
827 trace_act("send %s and inhibit dynamic updates for %.3f sec", in rip_bcast()
H A Ddefs.h535 void trace_act(const char *, ...) PATTRIB(1,2);
H A Dtrace.c731 trace_act(const char *p, ...) in trace_act() function