Searched refs:ift_packet (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtrace.c76 t->ift_packet = NULL;
122 if (t->ift_size > 0 && t->ift_size < len && t->ift_packet != NULL) {
123 free(t->ift_packet);
124 t->ift_packet = NULL;
128 if (len > 0 && t->ift_packet == NULL) {
129 t->ift_packet = (char *)malloc((size_t)len);
130 if (t->ift_packet == NULL)
134 bcopy(p, t->ift_packet, len);
255 t->ift_packet, t->ift_size);
H A Dtrace.h47 char *ift_packet; /* pointer to packet */ member in struct:iftrace

Completed in 45 milliseconds