Home | History | Annotate | Download | only in libpcap

Lines Matching refs:last_name

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