Home | History | Annotate | Download | only in rpcapd

Lines Matching refs:remote_errbuf

891 	char remote_errbuf[PCAP_ERRBUF_SIZE];
899 if (sock_recv(sockctrl_in, remote_errbuf, PCAP_ERRBUF_SIZE - 1,
916 remote_errbuf[PCAP_ERRBUF_SIZE - 1] = '\0';
921 remote_errbuf[0] = '\0';
925 if (sock_recv(sockctrl_in, remote_errbuf, plen,
937 remote_errbuf[plen] = '\0';
940 rpcapd_log(LOGPRIO_ERROR, "Error from client: %s", remote_errbuf);