Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-sita.c427 iface_t *iface_ptr, *iface; in translate_IOP_to_pcap_name() local
492 iface_ptr = u->iface; in translate_IOP_to_pcap_name()
493 while (iface_ptr->next) { /* otherwise scan the list */ in translate_IOP_to_pcap_name()
494 iface_ptr = iface_ptr->next; /* till we're at the last entry */ in translate_IOP_to_pcap_name()
496 iface_ptr->next = iface; /* then tack this entry on the end of the list */ in translate_IOP_to_pcap_name()