Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/rpcapd/
H A Drpcapd.c93 static int uses_ssl; //!< '1' to use TLS over TCP variable
301 uses_ssl = 1; in main()
401 if (uses_ssl) { in main()
468 nullAuthAllowed, uses_ssl); in main()
1309 nullAuthAllowed, uses_ssl); in accept_connection()
1401 hostlist_copy, nullAuthAllowed, uses_ssl); in main_active()
1429 nullAuthAllowed, uses_ssl); in main_passive_serviceloop_thread()
H A Ddaemon.h46 int nullAuthAllowed, int uses_ssl);
H A Ddaemon.c137 struct rpcap_sampling *samp_param, int uses_ssl);
213 int nullAuthAllowed, int uses_ssl) in daemon_serviceloop() argument
285 if (uses_ssl) in daemon_serviceloop()
903 uses_ssl) == -1) in daemon_serviceloop()
1956 struct rpcap_sampling *samp_param _U_, int uses_ssl) in daemon_msg_startcap_req() argument
1996 if (uses_ssl && (startcapreq.flags & RPCAP_STARTCAPREQ_FLAG_DGRAM)) in daemon_msg_startcap_req()
2202 if (uses_ssl) in daemon_msg_startcap_req()
/freebsd/contrib/libpcap/
H A Dpcap-rpcap.c132 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()
H A Dpcap.c2109 const char *name, unsigned char uses_ssl, char *errbuf) argument
2126 (uses_ssl ? "rpcaps://" : PCAP_SRC_IF_STRING),
2183 char *name, unsigned char *uses_ssl, char *errbuf) argument
2194 if (uses_ssl)
2195 *uses_ssl = 0;
2224 if (uses_ssl) *uses_ssl = 1;
/freebsd/contrib/libpcap/pcap/
H A Dpcap.h1255 struct pcap_rmtauth *auth, int uses_ssl, char *errbuf);