Lines Matching refs:activehosts
82 struct activehosts struct
87 struct activehosts *next; argument
91 static struct activehosts *activeHosts;
693 …struct activehosts *temp; /* temp var needed to scan the host list chain, to detect if we're in a… in pcap_cleanup_rpcap()
946 static struct activehosts *
949 struct activehosts *temp; /* temp var needed to scan the host list chain */ in rpcap_remoteact_getsock()
1019 …struct activehosts *temp; /* temp var needed to scan the host list chain, to detect if we're in a… in pcap_startcapture_remote()
2108 struct activehosts *activeconn; /* active connection, if there is one */ in pcap_open_rpcap()
2346 struct activehosts *activeconn; /* active connection, if there is one */ in pcap_findalldevs_ex_remote()
2713 struct activehosts *temp, *prev; /* temp var needed to scan he host list chain */ in pcap_remoteact_accept()
2819 prev->next = (struct activehosts *) malloc(sizeof(struct activehosts)); in pcap_remoteact_accept()
2824 activeHosts = (struct activehosts *) malloc(sizeof(struct activehosts)); in pcap_remoteact_accept()
2847 struct activehosts *temp, *prev; /* temp var needed to scan the host list chain */ in pcap_remoteact_close()
2955 struct activehosts *temp; /* temp var needed to scan the host list chain */ in pcap_remoteact_list()