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.c1156 trace_act("note %s without gateway", in rtm_add()
1160 trace_act("note %s with gateway AF=%d", in rtm_add()
1251 trace_act("ignore %s without gateway", in rtm_lose()
1624 trace_act("note %s with flags %s" in read_rt()
1629 trace_act("note %s with flags %s" in read_rt()
1680 trace_act("ignore %s for AF %d", str, in read_rt()
1700 trace_act("ignore ARP %s", str); in read_rt()
1725 trace_act("%s", str); in read_rt()
1739 trace_act("%s", str); in read_rt()
1746 trace_act("%s", str); in read_rt()
[all …]
H A Drdisc.c142 trace_act("%s Router Solic. from %s to %s via %s rsvd=%#x", in trace_rdisc()
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()
732 trace_act("Switching to " 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