Searched refs:activehosts (Results 1 – 1 of 1) sorted by relevance
90 struct activehosts struct96 struct activehosts *next; argument100 static struct activehosts *activeHosts;717 …struct activehosts *temp; /* temp var needed to scan the host list chain, to detect if we're in a… in pcap_cleanup_rpcap()993 static struct activehosts *996 struct activehosts *temp; /* temp var needed to scan the host list chain */ in rpcap_remoteact_getsock()1066 …struct activehosts *temp; /* temp var needed to scan the host list chain, to detect if we're in a… in pcap_startcapture_remote()2137 struct activehosts *activeconn; /* active connection, if there is one */ in rpcap_setup_session()2796 struct activehosts *temp, *prev; /* temp var needed to scan he host list chain */ in pcap_remoteact_accept_ex()2940 prev->next = (struct activehosts *) malloc(sizeof(struct activehosts)); in pcap_remoteact_accept_ex()[all …]