Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libpcap/
H A Dpcap-rpcap.c91 struct activehosts struct
98 struct activehosts *next; argument
102 static struct activehosts *activeHosts;
1020 static struct activehosts *
1023 struct activehosts *temp; /* temp var needed to scan the host list chain */ in rpcap_remoteact_getsock()
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()
[all …]