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

/freebsd-10.3-release/contrib/libpcap/
H A Dfad-sita.c38 extern pcap_if_t *acn_if_list; /* pcap's list of available interfaces */
57 *alldevsp = acn_if_list;
58 acn_if_list = 0; /* then forget our list head, because someone will call pcap_freealldevs() to empty the malloc'ed stuff */
H A Dpcap-sita.c84 pcap_if_t *acn_if_list; /* pcap's list of available interfaces */ variable
93 iff = acn_if_list;
98 iff = acn_if_list;
132 iff = acn_if_list;
133 printf("Interface Pointer @ %p is %p:\n", &acn_if_list, iff);
392 for (iff = acn_if_list; iff != NULL; iff = next_iff) {
521 if (!acn_if_list) return; /* nothing to do if the list is empty */
524 p1 = acn_if_list; /* start at the head of the list */
536 acn_if_list= p2;
577 if (acn_if_list
[all...]

Completed in 103 milliseconds