Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libpcap/
H A Dpcap-rpcap.c699 if (temp->sockctrl == pr->rmt_sockctrl) in pcap_cleanup_rpcap()
730 if (sock_send(pr->rmt_sockctrl, (char *)&header, in pcap_cleanup_rpcap()
738 if (rpcap_process_msg_header(pr->rmt_sockctrl, in pcap_cleanup_rpcap()
742 (void)rpcap_discard(pr->rmt_sockctrl, in pcap_cleanup_rpcap()
754 if ((!active) && (pr->rmt_sockctrl)) in pcap_cleanup_rpcap()
755 sock_close(pr->rmt_sockctrl, NULL, 0); in pcap_cleanup_rpcap()
757 pr->rmt_sockctrl = 0; in pcap_cleanup_rpcap()
882 if (sock_send(pr->rmt_sockctrl, (char *)&header, in rpcap_stats_rpcap()
1053 if (temp->sockctrl == pr->rmt_sockctrl) in pcap_startcapture_remote()
1385 sock_close(pr->rmt_sockctrl, NULL, 0); in pcap_startcapture_remote()
[all …]