Searched refs:acn_if_list (Results 1 – 2 of 2) sorted by relevance
36 extern pcap_if_t *acn_if_list; /* pcap's list of available interfaces */55 *alldevsp = acn_if_list; in pcap_findalldevs_interfaces()56 …acn_if_list = 0; /* then forget our list head, because someone will call pcap_freealldev… in pcap_findalldevs_interfaces()
79 pcap_if_t *acn_if_list; /* pcap's list of available interfaces */ variable88 iff = acn_if_list; in dump_interface_list()93 iff = acn_if_list; in dump_interface_list()127 iff = acn_if_list; in dump_interface_list_p()128 printf("Interface Pointer @ %p is %p:\n", &acn_if_list, iff); in dump_interface_list_p()387 for (iff = acn_if_list; iff != NULL; iff = next_iff) {528 if (!acn_if_list) return; /* nothing to do if the list is empty */531 p1 = acn_if_list; /* start at the head of the list */543 acn_if_list= p2;584 if (acn_if_list == 0) acn_if_list = iff; /* remember the head of the list */