Lines Matching defs:ssl
95 SSL *ssl; member
1974 static int rpcap_doauth(PCAP_SOCKET sockctrl, SSL *ssl, uint8 *ver, in rpcap_doauth()
2449 SSL *ssl = NULL; in pcap_open_rpcap() local
2621 SSL *ssl = NULL; /* optional SSL handler for sockctrl */ in pcap_findalldevs_ex_remote() local
2932 SSL *ssl = NULL; /* Optional SSL handler for sockctrl */ in pcap_remoteact_accept_ex() local
3306 static int rpcap_recv_msg_header(PCAP_SOCKET sock, SSL *ssl, struct rpcap_header *header, char *err… in rpcap_recv_msg_header()
3326 static int rpcap_check_msg_ver(PCAP_SOCKET sock, SSL *ssl, uint8 expected_ver, struct rpcap_header … in rpcap_check_msg_ver()
3357 static int rpcap_check_msg_type(PCAP_SOCKET sock, SSL *ssl, uint8 request_type, struct rpcap_header… in rpcap_check_msg_type()
3427 static int rpcap_process_msg_header(PCAP_SOCKET sock, SSL *ssl, uint8 expected_ver, uint8 request_t… in rpcap_process_msg_header()
3459 static int rpcap_recv(PCAP_SOCKET sock, SSL *ssl, void *buffer, size_t toread, uint32 *plen, char *… in rpcap_recv()
3482 static void rpcap_msg_err(PCAP_SOCKET sockctrl, SSL *ssl, uint32 plen, char *remote_errbuf) in rpcap_msg_err()
3553 static int rpcap_discard(PCAP_SOCKET sock, SSL *ssl, uint32 len, char *errbuf) in rpcap_discard()