Home
last modified time | relevance | path

Searched refs:rpcapd_log (Results 1 – 7 of 7) sorted by relevance

/external/libpcap/rpcapd/
Drpcapd.c288 rpcapd_log(LOGPRIO_ERROR, "Only MAX_ACTIVE_LIST active connections are currently supported."); in main()
327 rpcapd_log(LOGPRIO_ERROR, "rpcapd: -d and -i can't be used together"); in main()
337 rpcapd_log(LOGPRIO_ERROR, "%s", errbuf); in main()
344 rpcapd_log(LOGPRIO_ERROR, "%s", errbuf); in main()
349 rpcapd_log(LOGPRIO_DEBUG, "Error when saving the configuration to file"); in main()
365 rpcapd_log(LOGPRIO_ERROR, "%s", errbuf); in main()
376 rpcapd_log(LOGPRIO_ERROR, "%s", errbuf); in main()
399 rpcapd_log(LOGPRIO_ERROR, "Can't initialize SSL: %s", in main()
431 rpcapd_log(LOGPRIO_ERROR, "%s", errbuf); in main()
459 rpcapd_log(LOGPRIO_ERROR, "Out of memory copying the host/port list"); in main()
[all …]
Dfileconf.c106 rpcapd_log(LOGPRIO_ERROR, in fileconf_read()
149 rpcapd_log(LOGPRIO_ERROR, in fileconf_read()
178 rpcapd_log(LOGPRIO_ERROR, in fileconf_read()
199 rpcapd_log(LOGPRIO_ERROR, in fileconf_read()
225 rpcapd_log(LOGPRIO_ERROR, in fileconf_read()
256 rpcapd_log(LOGPRIO_ERROR, in fileconf_read()
269 rpcapd_log(LOGPRIO_ERROR, in fileconf_read()
293 rpcapd_log(LOGPRIO_ERROR, in fileconf_read()
315 rpcapd_log(LOGPRIO_ERROR, in fileconf_read()
332 rpcapd_log(LOGPRIO_ERROR, in fileconf_read()
[all …]
Ddaemon.c268 rpcapd_log(LOGPRIO_ERROR, "Peek from client failed: %s", errbuf); in daemon_serviceloop()
332 rpcapd_log(LOGPRIO_ERROR, "Send to client failed: %s", errbuf); in daemon_serviceloop()
342 rpcapd_log(LOGPRIO_ERROR, "TLS handshake on control connection failed: %s", in daemon_serviceloop()
370 rpcapd_log(LOGPRIO_ERROR, "Read from client failed: %s", errbuf); in daemon_serviceloop()
399 rpcapd_log(LOGPRIO_ERROR, "Send to client failed: %s", errbuf); in daemon_serviceloop()
409 rpcapd_log(LOGPRIO_ERROR, "Send to client failed: %s", errbuf); in daemon_serviceloop()
454 rpcapd_log(LOGPRIO_ERROR, "Send to client failed: %s", errbuf); in daemon_serviceloop()
470 rpcapd_log(LOGPRIO_ERROR, "%s", errmsgbuf); in daemon_serviceloop()
477 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 …]
Dlog.h33 extern void rpcapd_log(log_priority priority,
Dwin32-svc.c65 rpcapd_log(LOGPRIO_ERROR, "%s", string); in svc_start()
Dlog.c244 void rpcapd_log(log_priority priority, const char *message, ...) in rpcapd_log() function
/external/libpcap/testprogs/fuzz/
Dfuzz_rserver.c25 void rpcapd_log(log_priority priority, const char *message, ...) in rpcapd_log() function