Home | History | Annotate | Download | only in libpcap

Lines Matching refs:last_name

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