Searched refs:uses_ssl (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/bsd/libpcap/dist/ |
| D | pcap-rpcap.c | 132 uint8 uses_ssl; /* User asked for rpcaps scheme */ member 1351 if (pr->uses_ssl) in pcap_startcapture_remote() 2497 &pr->uses_ssl, &ssl, flags, &protocol_version, &byte_swapped, in pcap_open_rpcap() 2627 uint8 uses_ssl; in pcap_findalldevs_ex_remote() local 2640 if (rpcap_setup_session(source, auth, &active, &sockctrl, &uses_ssl, in pcap_findalldevs_ex_remote() 2733 host, port, tmpstring, uses_ssl, errbuf) == -1) in pcap_findalldevs_ex_remote() 2924 … const char *hostlist, char *connectinghost, struct pcap_rmtauth *auth, int uses_ssl, char *errbuf) in pcap_remoteact_accept_ex() argument 2992 if (uses_ssl) in pcap_remoteact_accept_ex()
|
| D | pcap.c | 2118 const char *name, unsigned char uses_ssl, char *errbuf) argument 2135 (uses_ssl ? "rpcaps://" : PCAP_SRC_IF_STRING), 2192 char *name, unsigned char *uses_ssl, char *errbuf) argument 2203 if (uses_ssl) 2204 *uses_ssl = 0; 2233 if (uses_ssl) *uses_ssl = 1;
|
| /netbsd/src/external/bsd/libpcap/dist/pcap/ |
| D | pcap.h | 1258 struct pcap_rmtauth *auth, int uses_ssl, char *errbuf);
|