Searched refs:uses_ssl (Results 1 – 7 of 7) sorted by relevance
/external/libpcap/rpcapd/ |
D | rpcapd.c | 94 static int uses_ssl; //!< '1' to use TLS over the data socket variable 302 uses_ssl = 1; in main() 396 if (uses_ssl) { in main() 463 nullAuthAllowed, uses_ssl); in main() 1300 nullAuthAllowed, uses_ssl); in accept_connection() 1388 hostlist_copy, nullAuthAllowed, uses_ssl); in main_active() 1416 nullAuthAllowed, uses_ssl); in main_passive_serviceloop_thread()
|
D | daemon.h | 48 int nullAuthAllowed, int uses_ssl);
|
D | daemon.c | 139 struct rpcap_sampling *samp_param, int uses_ssl); 215 int nullAuthAllowed, int uses_ssl) in daemon_serviceloop() argument 287 if (uses_ssl) in daemon_serviceloop() 902 uses_ssl) == -1) in daemon_serviceloop() 1940 struct rpcap_sampling *samp_param _U_, int uses_ssl) in daemon_msg_startcap_req() argument 1980 if (uses_ssl && (startcapreq.flags & RPCAP_STARTCAPREQ_FLAG_DGRAM)) in daemon_msg_startcap_req() 2177 if (uses_ssl) in daemon_msg_startcap_req()
|
/external/libpcap/testprogs/fuzz/ |
D | fuzz_rserver.c | 37 …n_serviceloop(int sockctrl, int isactive, char *passiveClients, int nullAuthAllowed, int uses_ssl);
|
/external/libpcap/ |
D | pcap-rpcap.c | 130 uint8 uses_ssl; /* User asked for rpcaps scheme */ member 1302 if (pr->uses_ssl) in pcap_startcapture_remote() 2362 &pr->uses_ssl, &ssl, flags, &protocol_version, host, ctrlport, in pcap_open_rpcap() 2490 uint8 uses_ssl; in pcap_findalldevs_ex_remote() local 2503 if (rpcap_setup_session(source, auth, &active, &sockctrl, &uses_ssl, in pcap_findalldevs_ex_remote() 2595 host, port, tmpstring, uses_ssl, errbuf) == -1) in pcap_findalldevs_ex_remote() 2786 … const char *hostlist, char *connectinghost, struct pcap_rmtauth *auth, int uses_ssl, char *errbuf) in pcap_remoteact_accept_ex() argument 2853 if (uses_ssl) in pcap_remoteact_accept_ex()
|
D | pcap.c | 2063 const char *name, unsigned char uses_ssl, char *errbuf) argument 2080 (uses_ssl ? "rpcaps://" : PCAP_SRC_IF_STRING), 2137 char *name, unsigned char *uses_ssl, char *errbuf) argument 2148 if (uses_ssl) 2149 *uses_ssl = 0; 2178 if (uses_ssl) *uses_ssl = 1;
|
/external/libpcap/pcap/ |
D | pcap.h | 1203 struct pcap_rmtauth *auth, int uses_ssl, char *errbuf);
|