Home | History | Annotate | Download | only in libpcap

Lines Matching full:last_name

235 	char	*last_name = 0;
243 if (p->IOPname) last_name = p->name; /* remembering the last name found */
244 if (n-- == 0) return last_name; /* and if we hit the instance requested */
251 if (last_name) return last_name; /* ... but we did have at least one entry... return the last entry found */