Home
last modified time | relevance | path

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

/freebsd/sbin/routed/
H A Dtable.c726 trace_act("route disappeared before" PAT, ARGS); in rtioctl()
895 trace_act("note %s without gateway", in rtm_add()
899 trace_act("note %s with gateway AF=%d", in rtm_add()
934 trace_act("mark for deletion redirected %s --> %s" in rtm_add()
942 trace_act("accept redirected %s --> %s via %s", in rtm_add()
982 trace_act("ignore %s without gateway", in rtm_lose()
1192 trace_act("note %s with flags %#x" in read_rt()
1198 trace_act("note %s with flags %#x for %s", in read_rt()
1231 trace_act("ignore %s", str); in read_rt()
1239 trace_act("ignore %s without dst", str); in read_rt()
[all …]
H A Drdisc.c135 trace_act("%s Router Solic. from %s to %s via %s value=%#x", in trace_rdisc()
256 trace_act("start supplying routes"); in set_supplier()
330 trace_act("age 0.0.0.0 --> %s via %s", in rdisc_age()
421 trace_act("discovered router %s via %s" in del_rdisc()
425 trace_act("last discovered router %s via %s" in del_rdisc()
432 trace_act("last discovered router %s via %s" in del_rdisc()
503 trace_act("turn off Router Discovery client"); in rdisc_sort()
518 trace_act("turn on Router Discovery client" in rdisc_sort()
525 trace_act("switch Router Discovery from" in rdisc_sort()
722 trace_act("abort multicast output via %s" in send_rdisc()
H A Dmain.c363 trace_act("time changed by %d sec", (int)dt); in main()
530 trace_act("SIGALRM"); in sigalrm()
606 trace_act("RCVBUF=%d", rbuf); in fix_sock()
666 trace_act("turn off RIP"); in rip_off()
737 trace_act("turn on RIP"); in rip_on()
H A Dif.c574 trace_act("%sinterface %s to %s working better", in if_ok()
759 trace_act("%s: not AF_INET", in ifinit()
914 trace_act("interface %s has changed", in ifinit()
939 trace_act("interface %s has been off" in ifinit()
993 trace_act("interface %s to %s" in ifinit()
1061 trace_act("%s is neither broadcast, point-to-point," in ifinit()
1163 trace_act("interface %s has disappeared", in ifinit()
1355 trace_act("re-install interface %s", in addrouteforif()
H A Doutput.c137 trace_act("abort multicast output via %s" in output()
822 trace_act("send %s and inhibit dynamic updates for %.3f sec", in rip_bcast()
H A Ddefs.h528 void trace_act(const char *, ...) PATTRIB(1,2);
H A Dtrace.c726 trace_act(const char *p, ...) in trace_act() function