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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
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 43 milliseconds