Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-rpcap.c162 static int rpcap_process_msg_header(SOCKET sock, uint8 ver, uint8 request_type, struct rpcap_header…
739 if (rpcap_process_msg_header(pr->rmt_sockctrl, in pcap_cleanup_rpcap()
886 if (rpcap_process_msg_header(pr->rmt_sockctrl, pr->protocol_version, in rpcap_stats_rpcap()
1185 if (rpcap_process_msg_header(pr->rmt_sockctrl, pr->protocol_version, in pcap_startcapture_remote()
1522 if (rpcap_process_msg_header(pr->rmt_sockctrl, pr->protocol_version, in pcap_updatefilter_remote()
1767 if (rpcap_process_msg_header(pr->rmt_sockctrl, pr->protocol_version, in pcap_setsampling_remote()
2269 if (rpcap_process_msg_header(sockctrl, protocol_version, in pcap_open_rpcap()
2442 if (rpcap_process_msg_header(sockctrl, protocol_version, in pcap_findalldevs_ex_remote()
3121 static int rpcap_process_msg_header(SOCKET sock, uint8 expected_ver, uint8 request_type, struct rpc… in rpcap_process_msg_header() function