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

/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dpcap-sita.c378 pcap_if_t *iff, *next_iff; local
381 for (iff = acn_if_list; iff != NULL; iff = next_iff) {
382 next_iff = iff->next;

Completed in 100 milliseconds