Lines Matching refs:activehosts
90 struct activehosts struct
96 struct activehosts *next; argument
100 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()
2945 activeHosts = (struct activehosts *) malloc(sizeof(struct activehosts)); in pcap_remoteact_accept_ex()
2982 struct activehosts *temp, *prev; /* temp var needed to scan the host list chain */ in pcap_remoteact_close()
3119 struct activehosts *temp; /* temp var needed to scan the host list chain */ in pcap_remoteact_list()