Home
last modified time | relevance | path

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

/aosp_15_r20/external/libpcap/
H A Dpcap-rpcap.c178 static int rpcap_process_msg_header(SOCKET sock, SSL *, uint8 ver, uint8 request_type, struct rpcap…
789 if (rpcap_process_msg_header(pr->rmt_sockctrl, pr->ctrl_ssl, in pcap_cleanup_rpcap()
959 if (rpcap_process_msg_header(pr->rmt_sockctrl, pr->ctrl_ssl, pr->protocol_version, in rpcap_stats_rpcap()
1278 if (rpcap_process_msg_header(pr->rmt_sockctrl, pr->ctrl_ssl, pr->protocol_version, in pcap_startcapture_remote()
1649 if (rpcap_process_msg_header(pr->rmt_sockctrl, pr->ctrl_ssl, pr->protocol_version, in pcap_updatefilter_remote()
1915 if (rpcap_process_msg_header(pr->rmt_sockctrl, pr->ctrl_ssl, pr->protocol_version, in pcap_setsampling_remote()
2077 if (rpcap_process_msg_header(sockctrl, ssl, 0, RPCAP_MSG_AUTH_REQ, in rpcap_doauth()
2524 if (rpcap_process_msg_header(sockctrl, ssl, protocol_version, in pcap_open_rpcap()
2653 if (rpcap_process_msg_header(sockctrl, ssl, protocol_version, in pcap_findalldevs_ex_remote()
3424 static int rpcap_process_msg_header(SOCKET sock, SSL *ssl, uint8 expected_ver, uint8 request_type, … in rpcap_process_msg_header() function