Searched refs:rpcap_check_msg_ver (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | pcap-rpcap.c | 174 static int rpcap_check_msg_ver(PCAP_SOCKET sock, SSL *, uint8 expected_ver, struct rpcap_header *he… 567 if (rpcap_check_msg_ver(pr->rmt_sockdata, pr->data_ssl, pr->protocol_version, in pcap_read_nocb_remote() 3326 static int rpcap_check_msg_ver(PCAP_SOCKET sock, SSL *ssl, uint8 expected_ver, struct rpcap_header … in rpcap_check_msg_ver() function 3440 if (rpcap_check_msg_ver(sock, ssl, expected_ver, header, errbuf) == -1) in rpcap_process_msg_header()
|