Searched defs:uses_ssl (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/libpcap/rpcapd/
H A Drpcapd.c95 static int uses_ssl; //!< '1' to use TLS over the data socket variable
H A Ddaemon.c214 daemon_serviceloop(SOCKET sockctrl, int isactive, char *passiveClients, int nullAuthAllowed, int uses_ssl) argument
1956 daemon_msg_startcap_req(uint8 ver, struct daemon_slpars *pars, uint32 plen, char *source, struct session **sessionp, struct rpcap_sampling *samp_param _U_, int uses_ssl) argument
/freebsd-current/contrib/libpcap/
H A Dpcap-rpcap.c134 uint8 uses_ssl; /* User asked for rpcaps scheme */ member in struct:pcap_rpcap
2623 uint8 uses_ssl; local
2920 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) argument
H A Dpcap.c2057 pcap_createsrcstr_ex(char *source, int type, const char *host, const char *port, const char *name, unsigned char uses_ssl, char *errbuf) argument
2131 pcap_parsesrcstr_ex(const char *source, int *type, char *host, char *port, char *name, unsigned char *uses_ssl, char *errbuf) argument

Completed in 102 milliseconds