Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dinput.c260 trace_pkt(" discard our own RIP request"); in input()
274 trace_pkt(" discard request while RIP off"); in input()
368 trace_pkt("ignore distant router"); in input()
373 trace_pkt("ignore; not supplying"); in input()
385 trace_pkt("ignore; sending " in input()
530 trace_pkt("trace command from untrusted port %d on %s", in input()
549 trace_pkt("trace command from " in input()
567 trace_pkt("trace command unauthenticated from %s", in input()
612 trace_pkt(" discard response while RIP off"); in input()
627 trace_pkt(" discard our own RIP response"); in input()
[all …]
H A Drdisc.c896 trace_pkt(" discard Router Discovery Ad pointing at us"); in parse_ad()
900 trace_pkt(" discard Router Discovery Ad" in parse_ad()
1241 trace_pkt("unrecognized ICMP Router %s code=%d from %s to %s", in ck_icmp()
1249 trace_pkt("unknown interface for router-discovery %s from %s " in ck_icmp()
1321 trace_pkt(" " in read_d()
1347 trace_pkt(" empty?"); in read_d()
H A Ddefs.h689 extern void trace_pkt(const char *, ...);
H A Doutput.c356 trace_pkt("skip multicast to %s because impossible", in supply_write()
H A Dtrace.c963 trace_pkt(const char *p, ...) in trace_pkt() function