Searched refs:rpcapd_log (Results 1 – 7 of 7) sorted by relevance
/external/libpcap/rpcapd/ |
D | rpcapd.c | 288 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 …]
|
D | fileconf.c | 106 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 …]
|
D | daemon.c | 268 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 …]
|
D | log.h | 33 extern void rpcapd_log(log_priority priority,
|
D | win32-svc.c | 65 rpcapd_log(LOGPRIO_ERROR, "%s", string); in svc_start()
|
D | log.c | 244 void rpcapd_log(log_priority priority, const char *message, ...) in rpcapd_log() function
|
/external/libpcap/testprogs/fuzz/ |
D | fuzz_rserver.c | 25 void rpcapd_log(log_priority priority, const char *message, ...) in rpcapd_log() function
|