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

/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-sita.c423 iface_t *iface_ptr, *iface; local
481 iface_ptr = u->iface;
482 while (iface_ptr->next) { /* othewise scan the list */
483 iface_ptr = iface_ptr->next; /* till we're at the last entry */
485 iface_ptr->next = iface; /* then tack this entry on the end of the list */

Completed in 119 milliseconds