HomeSort by relevance Sort by last modified time
    Searched refs:remote_errbuf (Results 1 - 2 of 2) sorted by null

  /external/libpcap/
pcap-rpcap.c 164 static void rpcap_msg_err(SOCKET sockctrl, uint32 plen, char *remote_errbuf);
    [all...]
  /external/libpcap/rpcapd/
daemon.c 891 char remote_errbuf[PCAP_ERRBUF_SIZE]; local
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);
    [all...]

Completed in 249 milliseconds