Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c873 trace_act("route disappeared before" PAT, ARGS); in rtioctl()
1071 trace_act("Blocking execution of %s %s --> %s ", in kern_ioctl()
1156 trace_act("note %s without gateway", in rtm_add()
1160 trace_act("note %s with gateway AF=%d", in rtm_add()
1206 trace_act("mark for deletion redirected %s --> %s" in rtm_add()
1214 trace_act("accept redirected %s --> %s via %s", in rtm_add()
1251 trace_act("ignore %s without gateway", in rtm_lose()
1271 trace_act("Ignore RTM_LOSING because no route found" in rtm_lose()
1278 trace_act("Got RTM_LOSING, but no alternatives to gw %s." in rtm_lose()
1286 trace_act("Got RTM_LOSING. Found a route with %d alternates", spares); in rtm_lose()
[all …]
H A Drdisc.c142 trace_act("%s Router Solic. from %s to %s via %s rsvd=%#x", in trace_rdisc()
303 trace_act("%d forwarding interfaces present; becoming %ssupplier", in set_supplier()
380 trace_act("age 0.0.0.0 --> %s via %s", in rdisc_age()
522 trace_act("could not find default route in table"); in del_rdisc()
534 trace_act("could not find default route " in del_rdisc()
552 trace_act("discovered router %s via %s" in del_rdisc()
556 trace_act("last discovered router %s via %s" in del_rdisc()
563 trace_act("last discovered router %s via %s" in del_rdisc()
700 trace_act("turn off Router Discovery client"); in rdisc_sort()
705 trace_act("turn on Router Discovery client" in rdisc_sort()
[all …]
H A Dmain.c456 trace_act("time changed by %d sec", (int)dt); in main()
634 trace_act("SIGALRM"); in sigalrm()
700 trace_act("RCVBUF=%d", rbuf); in fix_sock()
763 trace_act("turn off RIP"); in rip_off()
862 trace_act("turn on RIP"); in rip_on()
H A Dif.c813 trace_act("promoting duplicate %s in place of %s", in ifdel()
934 trace_act("promoting duplicate %s in place of %s", in if_bad()
973 trace_act("%sinterface %s to %s working better", in if_ok()
1398 trace_act("interface %s has changed", in ifscan()
1418 trace_act("interface %s has been off" in ifscan()
1489 trace_act("interface %s to %s" in ifscan()
1527 trace_act("%s is neither broadcast, " in ifscan()
1675 trace_act("interface %s has disappeared", in ifscan()
1891 trace_act("re-installing interface %s;" in addrouteforif()
H A Ddefs.h688 extern void trace_act(const char *, ...);
H A Doutput.c925 trace_act("send %s and inhibit dynamic updates for %.3f sec", in rip_bcast()
H A Dtrace.c946 trace_act(const char *p, ...) in trace_act() function