Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtrace.c75 t->ift_size = 0; in iftraceinit()
122 if (t->ift_size > 0 && t->ift_size < len && t->ift_packet != NULL) { in trace()
135 t->ift_size = len; in trace()
238 ifd->ifd_front->ift_size == 0) { in dumptrace()
250 if (t->ift_size == 0) in dumptrace()
255 t->ift_packet, t->ift_size); in dumptrace()
H A Dtrace.h48 int ift_size; /* size of packet */ member