Searched defs:uses_ssl (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/libpcap/ |
H A D | pcap-rpcap.c | 134 uint8 uses_ssl; /* User asked for rpcaps scheme */ global() member 2623 uint8 uses_ssl; pcap_findalldevs_ex_remote() local 2920 pcap_remoteact_accept_ex(const char * address,const char * port,const char * hostlist,char * connectinghost,struct pcap_rmtauth * auth,int uses_ssl,char * errbuf) pcap_remoteact_accept_ex() argument
|
H A D | pcap.c | 2058 pcap_createsrcstr_ex(char * source,int type,const char * host,const char * port,const char * name,unsigned char uses_ssl,char * errbuf) global() argument 2132 pcap_parsesrcstr_ex(const char * source,int * type,char * host,char * port,char * name,unsigned char * uses_ssl,char * errbuf) global() argument
|
/freebsd-src/contrib/libpcap/rpcapd/ |
H A D | rpcapd.c | 95 static int uses_ssl; //!< '1' to use TLS over the data socket global() variable
|
H A D | daemon.c | 215 daemon_serviceloop(SOCKET sockctrl,int isactive,char * passiveClients,int nullAuthAllowed,int uses_ssl) daemon_serviceloop() argument 1958 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) daemon_msg_startcap_req() argument
|