Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libpcap/
H A Dpcap-rpcap.c161 static int rpcap_process_msg_header(SOCKET sock, uint8 ver, uint8 request_type, struct rpcap_header…
738 if (rpcap_process_msg_header(pr->rmt_sockctrl, in pcap_cleanup_rpcap()
887 if (rpcap_process_msg_header(pr->rmt_sockctrl, pr->protocol_version, in rpcap_stats_rpcap()
1186 if (rpcap_process_msg_header(pr->rmt_sockctrl, pr->protocol_version, in pcap_startcapture_remote()
1523 if (rpcap_process_msg_header(pr->rmt_sockctrl, pr->protocol_version, in pcap_updatefilter_remote()
1783 if (rpcap_process_msg_header(pr->rmt_sockctrl, pr->protocol_version, in pcap_setsampling_remote()
1938 if (rpcap_process_msg_header(sockctrl, 0, RPCAP_MSG_AUTH_REQ, in rpcap_doauth()
2266 if (rpcap_process_msg_header(sockctrl, protocol_version, in pcap_open_rpcap()
2380 if (rpcap_process_msg_header(sockctrl, protocol_version, in pcap_findalldevs_ex_remote()
3043 static int rpcap_process_msg_header(SOCKET sock, uint8 expected_ver, uint8 request_type, struct rpc… in rpcap_process_msg_header() function