Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtrace.h42 struct iftrace { struct
57 struct iftrace *ifd_records; /* array of trace records */ argument
58 struct iftrace *ifd_front; /* next empty trace record */
H A Dtrace.c64 struct iftrace *t; in iftraceinit()
66 ifd->ifd_records = (struct iftrace *) in iftraceinit()
67 malloc((size_t)NRECORDS * sizeof (struct iftrace)); in iftraceinit()
111 struct iftrace *t; in trace()
232 struct iftrace *t; in dumptrace()