Home
last modified time | relevance | path

Searched refs:rpcap_process_msg_header (Results 1 – 1 of 1) sorted by relevance

/src/contrib/libpcap/
H A Dpcap-rpcap.c176 static int rpcap_process_msg_header(PCAP_SOCKET sock, SSL *, uint8 ver, uint8 request_type, struct …
790 if (rpcap_process_msg_header(pr->rmt_sockctrl, pr->ctrl_ssl, in pcap_cleanup_rpcap()
960 if (rpcap_process_msg_header(pr->rmt_sockctrl, pr->ctrl_ssl, pr->protocol_version, in rpcap_stats_rpcap()
1280 if (rpcap_process_msg_header(pr->rmt_sockctrl, pr->ctrl_ssl, pr->protocol_version, in pcap_startcapture_remote()
1653 if (rpcap_process_msg_header(pr->rmt_sockctrl, pr->ctrl_ssl, pr->protocol_version, in pcap_updatefilter_remote()
1919 if (rpcap_process_msg_header(pr->rmt_sockctrl, pr->ctrl_ssl, pr->protocol_version, in pcap_setsampling_remote()
2081 if (rpcap_process_msg_header(sockctrl, ssl, 0, RPCAP_MSG_AUTH_REQ, in rpcap_doauth()
2528 if (rpcap_process_msg_header(sockctrl, ssl, protocol_version, in pcap_open_rpcap()
2657 if (rpcap_process_msg_header(sockctrl, ssl, protocol_version, in pcap_findalldevs_ex_remote()
3427 static int rpcap_process_msg_header(PCAP_SOCKET sock, SSL *ssl, uint8 expected_ver, uint8 request_t… in rpcap_process_msg_header() function