Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtrace.h44 struct iftrace { struct
59 struct iftrace *ifd_records; /* array of trace records */ argument
60 struct iftrace *ifd_front; /* next empty trace record */
H A Dtrace.c66 struct iftrace *t; in iftraceinit()
68 ifd->ifd_records = (struct iftrace *) in iftraceinit()
69 malloc((size_t)NRECORDS * sizeof (struct iftrace)); in iftraceinit()
113 struct iftrace *t; in trace()
234 struct iftrace *t; in dumptrace()