Home
last modified time | relevance | path

Searched refs:tracepackets (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtrace.h69 extern boolean_t tracepackets;
86 if (tracepackets) { \
96 if (tracepackets) { \
H A Dtrace.c44 boolean_t tracepackets; /* watch packets as they go by */ variable
213 if (!tracepackets && rt != NULL && rt->rt_ifp != NULL) in traceaction()
H A Dmain.c112 tracepackets = _B_TRUE; in main()