Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-sita.c79 pcap_if_t *acn_if_list; /* pcap's list of available interfaces */ variable
88 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()
392 for (iff = acn_if_list; iff != NULL; iff = next_iff) { in acn_freealldevs()
533 if (!acn_if_list) return; /* nothing to do if the list is empty */ in sort_if_table()
536 p1 = acn_if_list; /* start at the head of the list */ in sort_if_table()
548 acn_if_list= p2; in sort_if_table()
591 if (acn_if_list == 0) acn_if_list = iff; /* remember the head of the list */ in process_client_data()
[all …]