Home
last modified time | relevance | path

Searched refs:LOGPRIO_ERROR (Results 1 – 6 of 6) sorted by relevance

/src/contrib/libpcap/rpcapd/
H A Dfileconf.c104 rpcapd_log(LOGPRIO_ERROR, in fileconf_read()
147 rpcapd_log(LOGPRIO_ERROR, in fileconf_read()
176 rpcapd_log(LOGPRIO_ERROR, in fileconf_read()
197 rpcapd_log(LOGPRIO_ERROR, in fileconf_read()
223 rpcapd_log(LOGPRIO_ERROR, in fileconf_read()
254 rpcapd_log(LOGPRIO_ERROR, in fileconf_read()
267 rpcapd_log(LOGPRIO_ERROR, in fileconf_read()
291 rpcapd_log(LOGPRIO_ERROR, in fileconf_read()
313 rpcapd_log(LOGPRIO_ERROR, in fileconf_read()
330 rpcapd_log(LOGPRIO_ERROR, in fileconf_read()
[all …]
H A Drpcapd.c290 rpcapd_log(LOGPRIO_ERROR, "Only MAX_ACTIVE_LIST active connections are currently supported."); in main()
329 rpcapd_log(LOGPRIO_ERROR, "rpcapd: -d and -i can't be used together"); in main()
339 rpcapd_log(LOGPRIO_ERROR, "%s", errbuf); in main()
346 rpcapd_log(LOGPRIO_ERROR, "%s", errbuf); in main()
367 rpcapd_log(LOGPRIO_ERROR, "%s", errbuf); in main()
378 rpcapd_log(LOGPRIO_ERROR, "%s", errbuf); in main()
407 rpcapd_log(LOGPRIO_ERROR, "Can't initialize SSL: %s", in main()
439 rpcapd_log(LOGPRIO_ERROR, "%s", errbuf); in main()
467 rpcapd_log(LOGPRIO_ERROR, "Out of memory copying the host/port list"); in main()
679 rpcapd_log(LOGPRIO_ERROR, "Can't allocate structure for listen socket"); in main_startup()
[all …]
H A Ddaemon.c266 rpcapd_log(LOGPRIO_ERROR, "Peek from client failed: %s", errbuf); in daemon_serviceloop()
330 rpcapd_log(LOGPRIO_ERROR, "Send to client failed: %s", errbuf); in daemon_serviceloop()
340 rpcapd_log(LOGPRIO_ERROR, "TLS handshake on control connection failed: %s", in daemon_serviceloop()
368 rpcapd_log(LOGPRIO_ERROR, "Read from client failed: %s", errbuf); in daemon_serviceloop()
397 rpcapd_log(LOGPRIO_ERROR, "Send to client failed: %s", errbuf); in daemon_serviceloop()
407 rpcapd_log(LOGPRIO_ERROR, "Send to client failed: %s", errbuf); in daemon_serviceloop()
453 rpcapd_log(LOGPRIO_ERROR, "Send to client failed: %s", errbuf); in daemon_serviceloop()
469 rpcapd_log(LOGPRIO_ERROR, "%s", errmsgbuf); in daemon_serviceloop()
476 rpcapd_log(LOGPRIO_ERROR, "Send to client failed: %s", errbuf); in daemon_serviceloop()
528 rpcapd_log(LOGPRIO_ERROR, "Send to client failed: %s", errbuf); in daemon_serviceloop()
[all …]
H A Dlog.c75 case LOGPRIO_ERROR: in rpcapd_vlog_stderr()
148 case LOGPRIO_ERROR: in rpcapd_vlog_systemlog()
199 case LOGPRIO_ERROR: in rpcapd_vlog_systemlog()
H A Dlog.h30 LOGPRIO_ERROR enumerator
H A Dwin32-svc.c65 rpcapd_log(LOGPRIO_ERROR, "%s", string); in svc_start()