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

  /external/libpcap/rpcapd/
daemon.c 134 static int rpcapd_recv(SOCKET sock, char *buffer, size_t toread, uint32 *plen, char *errmsgbuf);
142 char errmsgbuf[PCAP_ERRBUF_SIZE + 1]; // buffer for errors to send to the client local
218 sock_geterror("select failed: ", errmsgbuf, PCAP_ERRBUF_SIZE);
219 if (rpcap_senderror(pars.sockctrl_out, 0, PCAP_ERR_NETW, errmsgbuf, errbuf) == -1)
376 pcap_snprintf(errmsgbuf, PCAP_ERRBUF_SIZE, "%s request sent before authentication was completed", msg_type_string);
380 pcap_snprintf(errmsgbuf, PCAP_ERRBUF_SIZE, "Message of type %u sent before authentication was completed", header.type);
384 errmsgbuf, errbuf) == -1)
412 pcap_snprintf(errmsgbuf, PCAP_ERRBUF_SIZE, "Server-to-client message %s received from client", msg_type_string);
416 pcap_snprintf(errmsgbuf, PCAP_ERRBUF_SIZE, "Server-to-client message of type %u received from client", header.type);
420 errmsgbuf, errbuf) == -1
970 char errmsgbuf[PCAP_ERRBUF_SIZE]; \/\/ buffer for errors to send to the client local
1254 char errmsgbuf[PCAP_ERRBUF_SIZE]; \/\/ buffer for errors to send to the client local
1459 char errmsgbuf[PCAP_ERRBUF_SIZE]; \/\/ buffer for errors to send to the client local
1548 char errmsgbuf[PCAP_ERRBUF_SIZE]; \/\/ buffer for errors to send to the client local
2043 char errmsgbuf[PCAP_ERRBUF_SIZE]; \/\/ buffer for errors to send to the client local
2097 char errmsgbuf[PCAP_ERRBUF_SIZE]; local
2156 char errmsgbuf[PCAP_ERRBUF_SIZE]; \/\/ buffer for errors to send to the client local
    [all...]
  /external/libpcap/
pcap-dlpi.c 1157 char errmsgbuf[PCAP_ERRBUF_SIZE]; local
1207 dlstrerror(errmsgbuf, sizeof (errmsgbuf), dlp->error_ack.dl_errno));
    [all...]
pcap-npf.c 169 char errmsgbuf[PCAP_ERRBUF_SIZE+1]; local
171 pcap_win32_err_to_str(GetLastError(), errmsgbuf); local
173 "Error calling PacketRequest: %s", errmsgbuf);
    [all...]

Completed in 734 milliseconds