Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtrace.c48 static void dumptrace(FILE *fp, char *dir, struct ifdebug *ifd);
222 dumptrace(fp, "to", &ifp->int_output); in dumpif()
223 dumptrace(fp, "from", &ifp->int_input); in dumpif()
230 dumptrace(FILE *fp, char *dir, struct ifdebug *ifd) in dumptrace() function