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

/freebsd-13-stable/contrib/libpcap/
H A Dpcap-sita.c389 pcap_if_t *iff, *next_iff; local
392 for (iff = acn_if_list; iff != NULL; iff = next_iff) {
393 next_iff = iff->next;

Completed in 56 milliseconds