Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-new.c50 extern struct activehosts *activeHosts;
1094 temp = activeHosts; in pcap_remoteact_accept()
1115 activeHosts = (struct activehosts *) malloc(sizeof(struct activehosts)); in pcap_remoteact_accept()
1116 temp = activeHosts; in pcap_remoteact_accept()
1140 temp = activeHosts; in pcap_remoteact_close()
1182 activeHosts = temp->next; in pcap_remoteact_close()
1229 temp = activeHosts; in pcap_remoteact_list()
Dpcap-rpcap.c69 struct activehosts *activeHosts; variable
429 temp = activeHosts; in pcap_cleanup_remote()
947 temp = activeHosts; in pcap_startcapture_remote()
2101 temp = activeHosts; in rpcap_remoteact_getsock()