Home | History | Annotate | Download | only in libpcap

Lines Matching refs:if_number

88 	int			if_number = 0;
101 printf("%3d: %*s %s '%s'\n", if_number++, longest_name_len, n, f, d);
127 int if_number = 0;
132 printf("%3d: %p %p next: %p\n", if_number++, iff->name, iff->description, iff->next);