Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtrace.c72 ifd->ifd_front = ifd->ifd_records; in iftraceinit()
117 t = ifd->ifd_front++; in trace()
118 if (ifd->ifd_front >= ifd->ifd_records + NRECORDS) in trace()
119 ifd->ifd_front = ifd->ifd_records; in trace()
237 if (ifd->ifd_front == ifd->ifd_records && in dumptrace()
238 ifd->ifd_front->ift_size == 0) { in dumptrace()
244 t = ifd->ifd_front - ifd->ifd_count; in dumptrace()
H A Dtrace.h60 struct iftrace *ifd_front; /* next empty trace record */ member