Searched refs:errmsgbuf (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/libpcap/rpcapd/
H A Ddaemon.c155 static int rpcapd_recv(SOCKET sock, char *buffer, size_t toread, uint32 *plen, char *errmsgbuf);
167 char errmsgbuf[PCAP_ERRBUF_SIZE + 1]; // buffer for errors to send to the client local
227 sock_geterror("getpeername()", errmsgbuf, PCAP_ERRBUF_SIZE);
228 if (rpcap_senderror(pars.sockctrl, 0, PCAP_ERR_NETW, errmsgbuf, errbuf) == -1)
236 host_port_check_status = sock_check_hostlist(passiveClients, RPCAP_HOSTLIST_SEP, &from, errmsgbuf, PCAP_ERRBUF_SIZE);
245 rpcapd_log(LOGPRIO_ERROR, "%s", errmsgbuf);
251 if (rpcap_senderror(pars.sockctrl, 0, PCAP_ERR_HOSTNOAUTH, errmsgbuf, errbuf) == -1)
301 sock_geterror("select() failed", errmsgbuf, PCAP_ERRBUF_SIZE);
302 if (rpcap_senderror(pars.sockctrl, 0, PCAP_ERR_NETW, errmsgbuf, errbuf) == -1)
417 pcap_snprintf(errmsgbuf, PCAP_ERRBUF_SIZ
967 char errmsgbuf[PCAP_ERRBUF_SIZE]; // buffer for errors to send to the client local
1183 char errmsgbuf[PCAP_ERRBUF_SIZE]; // buffer for errors to log local
1331 char errmsgbuf[PCAP_ERRBUF_SIZE]; // buffer for errors to send to the client local
1539 char errmsgbuf[PCAP_ERRBUF_SIZE]; // buffer for errors to send to the client local
1635 char errmsgbuf[PCAP_ERRBUF_SIZE]; // buffer for errors to send to the client local
1973 daemon_unpackapplyfilter(SOCKET sockctrl, struct session *session, uint32 *plenp, char *errmsgbuf) argument
2059 char errmsgbuf[PCAP_ERRBUF_SIZE]; // buffer for errors to send to the client local
2113 char errmsgbuf[PCAP_ERRBUF_SIZE]; local
2173 char errmsgbuf[PCAP_ERRBUF_SIZE]; // buffer for errors to send to the client local
2554 rpcapd_recv(SOCKET sock, char *buffer, size_t toread, uint32 *plen, char *errmsgbuf) argument
[all...]
/freebsd-11-stable/usr.sbin/rtadvctl/
H A Drtadvctl.c121 static char errmsgbuf[1024]; variable
460 sprintf(errmsgbuf, "invalid interface %s",
462 errmsg = errmsgbuf;
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-dlpi.c1157 char errmsgbuf[PCAP_ERRBUF_SIZE]; local
1207 dlstrerror(errmsgbuf, sizeof (errmsgbuf), dlp->error_ack.dl_errno));

Completed in 82 milliseconds