HomeSort by: relevance | last modified time | path
    Searched refs:uses_ssl (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/libpcap/dist/rpcapd/
daemon.h 46 int nullAuthAllowed, int uses_ssl);
rpcapd.c 96 static int uses_ssl; //!< '1' to use TLS over TCP variable
304 uses_ssl = 1;
404 if (uses_ssl) {
471 nullAuthAllowed, uses_ssl);
1311 nullAuthAllowed, uses_ssl);
1403 hostlist_copy, nullAuthAllowed, uses_ssl);
1431 nullAuthAllowed, uses_ssl);
daemon.c 137 struct rpcap_sampling *samp_param, int uses_ssl);
213 int nullAuthAllowed, int uses_ssl)
285 if (uses_ssl)
903 uses_ssl) == -1)
1956 struct rpcap_sampling *samp_param _U_, int uses_ssl)
1996 if (uses_ssl && (startcapreq.flags & RPCAP_STARTCAPREQ_FLAG_DGRAM))
2202 if (uses_ssl)
  /src/external/bsd/libpcap/dist/
pcap-rpcap.c 132 uint8 uses_ssl; /* User asked for rpcaps scheme */ member in struct:pcap_rpcap
1351 if (pr->uses_ssl)
2497 &pr->uses_ssl, &ssl, flags, &protocol_version, &byte_swapped,
2627 uint8 uses_ssl; local
2640 if (rpcap_setup_session(source, auth, &active, &sockctrl, &uses_ssl,
2733 host, port, tmpstring, uses_ssl, errbuf) == -1)
2924 PCAP_SOCKET pcap_remoteact_accept_ex(const char *address, const char *port, const char *hostlist, char *connectinghost, struct pcap_rmtauth *auth, int uses_ssl, char *errbuf)
2992 if (uses_ssl)
pcap.c 2129 const char *name, unsigned char uses_ssl, char *errbuf)
2146 (uses_ssl ? "rpcaps://" : PCAP_SRC_IF_STRING),
2203 char *name, unsigned char *uses_ssl, char *errbuf)
2214 if (uses_ssl)
2215 *uses_ssl = 0;
2244 if (uses_ssl) *uses_ssl = 1;
  /src/external/bsd/libpcap/dist/pcap/
pcap.h 1258 struct pcap_rmtauth *auth, int uses_ssl, char *errbuf);

Completed in 39 milliseconds