Searched refs:activeconn (Results 1 – 1 of 1) sorted by relevance
2108 struct activehosts *activeconn; /* active connection, if there is one */ in pcap_open_rpcap() local2183 activeconn = rpcap_remoteact_getsock(host, &error, errbuf); in pcap_open_rpcap()2184 if (activeconn != NULL) in pcap_open_rpcap()2186 sockctrl = activeconn->sockctrl; in pcap_open_rpcap()2187 protocol_version = activeconn->protocol_version; in pcap_open_rpcap()2346 struct activehosts *activeconn; /* active connection, if there is one */ in pcap_findalldevs_ex_remote() local2375 activeconn = rpcap_remoteact_getsock(host, &error, errbuf); in pcap_findalldevs_ex_remote()2376 if (activeconn != NULL) in pcap_findalldevs_ex_remote()2378 sockctrl = activeconn->sockctrl; in pcap_findalldevs_ex_remote()2379 protocol_version = activeconn->protocol_version; in pcap_findalldevs_ex_remote()