Lines Matching refs:activehosts
91 struct activehosts struct
98 struct activehosts *next; argument
102 static struct activehosts *activeHosts;
744 …struct activehosts *temp; /* temp var needed to scan the host list chain, to detect if we're in a… in pcap_cleanup_rpcap()
1020 static struct activehosts *
1023 struct activehosts *temp; /* temp var needed to scan the host list chain */ in rpcap_remoteact_getsock()
1091 …struct activehosts *temp; /* temp var needed to scan the host list chain, to detect if we're in a… in pcap_startcapture_remote()
2270 struct activehosts *activeconn; /* active connection, if there is one */ in rpcap_setup_session()
2935 struct activehosts *temp, *prev; /* temp var needed to scan he host list chain */ in pcap_remoteact_accept_ex()
3081 prev->next = (struct activehosts *) malloc(sizeof(struct activehosts)); in pcap_remoteact_accept_ex()
3086 activeHosts = (struct activehosts *) malloc(sizeof(struct activehosts)); in pcap_remoteact_accept_ex()
3124 struct activehosts *temp, *prev; /* temp var needed to scan the host list chain */ in pcap_remoteact_close()
3260 struct activehosts *temp; /* temp var needed to scan the host list chain */ in pcap_remoteact_list()