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

/freebsd-current/contrib/libpcap/rpcapd/
H A Ddaemon.c163 static int rpcapd_recv(SOCKET sock, SSL *, char *buffer, size_t toread, uint32 *plen, char *errmsgbuf);
222 char errmsgbuf[PCAP_ERRBUF_SIZE + 1]; // buffer for errors to send to the client local
452 sock_geterrmsg(errmsgbuf, PCAP_ERRBUF_SIZE,
454 if (rpcap_senderror(pars.sockctrl, pars.ssl, 0, PCAP_ERR_NETW, errmsgbuf, errbuf) == -1)
462 host_port_check_status = sock_check_hostlist(passiveClients, RPCAP_HOSTLIST_SEP, &from, errmsgbuf, PCAP_ERRBUF_SIZE);
471 rpcapd_log(LOGPRIO_ERROR, "%s", errmsgbuf);
477 if (rpcap_senderror(pars.sockctrl, pars.ssl, 0, PCAP_ERR_HOSTNOAUTH, errmsgbuf, errbuf) == -1)
527 sock_geterrmsg(errmsgbuf, PCAP_ERRBUF_SIZE,
529 if (rpcap_senderror(pars.sockctrl, pars.ssl, 0, PCAP_ERR_NETW, errmsgbuf, errbuf) == -1)
644 snprintf(errmsgbuf, PCAP_ERRBUF_SIZ
1223 char errmsgbuf[PCAP_ERRBUF_SIZE]; // buffer for errors to send to the client local
1444 char errmsgbuf[PCAP_ERRBUF_SIZE]; // buffer for errors to log local
1607 char errmsgbuf[PCAP_ERRBUF_SIZE]; // buffer for errors to send to the client local
1858 char errmsgbuf[PCAP_ERRBUF_SIZE]; // buffer for errors to send to the client local
1961 char errmsgbuf[PCAP_ERRBUF_SIZE]; // buffer for errors to send to the client local
2332 daemon_unpackapplyfilter(SOCKET sockctrl, SSL *ctrl_ssl, struct session *session, uint32 *plenp, char *errmsgbuf) argument
2421 char errmsgbuf[PCAP_ERRBUF_SIZE]; // buffer for errors to send to the client local
2475 char errmsgbuf[PCAP_ERRBUF_SIZE]; local
2535 char errmsgbuf[PCAP_ERRBUF_SIZE]; // buffer for errors to send to the client local
2943 rpcapd_recv(SOCKET sock, SSL *ssl, char *buffer, size_t toread, uint32 *plen, char *errmsgbuf) argument
[all...]
/freebsd-current/contrib/libpcap/
H A Dpcap-dlpi.c1184 char errmsgbuf[PCAP_ERRBUF_SIZE]; local
1237 dlstrerror(errmsgbuf, sizeof (errmsgbuf), dlp->error_ack.dl_errno));
/freebsd-current/usr.sbin/rtadvctl/
H A Drtadvctl.c119 static char errmsgbuf[1024]; variable
458 sprintf(errmsgbuf, "invalid interface %s",
460 errmsg = errmsgbuf;

Completed in 135 milliseconds