Searched refs:LOGPRIO_ERROR (Results 1 – 4 of 4) sorted by relevance
/external/libpcap/rpcapd/ |
D | daemon.c | 220 rpcapd_log(LOGPRIO_ERROR, "Send to client failed: %s", errbuf); in daemon_serviceloop() 229 rpcapd_log(LOGPRIO_ERROR, "Send to client failed: %s", errbuf); in daemon_serviceloop() 298 rpcapd_log(LOGPRIO_ERROR, "Send to client failed: %s", errbuf); in daemon_serviceloop() 386 rpcapd_log(LOGPRIO_ERROR, "Send to client failed: %s", errbuf); in daemon_serviceloop() 422 rpcapd_log(LOGPRIO_ERROR, "Send to client failed: %s", errbuf); in daemon_serviceloop() 442 rpcapd_log(LOGPRIO_ERROR, "Send to client failed: %s", errbuf); in daemon_serviceloop() 501 rpcapd_log(LOGPRIO_ERROR, "Send to client failed: %s", errbuf); in daemon_serviceloop() 514 rpcapd_log(LOGPRIO_ERROR, "Send to client failed: %s", errbuf); in daemon_serviceloop() 555 rpcapd_log(LOGPRIO_ERROR, "Send to client failed: %s", errbuf); in daemon_serviceloop() 622 rpcapd_log(LOGPRIO_ERROR, "Send to client failed: %s", errbuf); in daemon_serviceloop() [all …]
|
D | rpcapd.c | 303 rpcapd_log(LOGPRIO_ERROR, "Can't create state change event: %s", in main() 314 rpcapd_log(LOGPRIO_ERROR, "Can't set control handler: %s", in main() 357 rpcapd_log(LOGPRIO_ERROR, "Can't dup standard input: %s", in main() 365 rpcapd_log(LOGPRIO_ERROR, "Can't dup standard output: %s", in main() 596 rpcapd_log(LOGPRIO_ERROR, "Can't allocate structure for listen socket"); in main_startup() 608 rpcapd_log(LOGPRIO_ERROR, "Can't listen on any address"); in main_startup() 666 rpcapd_log(LOGPRIO_ERROR, "SetEvent on shutdown event failed: %s", errbuf); in send_state_change_event() 800 rpcapd_log(LOGPRIO_ERROR, "Too many sockets on which to listen"); in accept_connections() 812 rpcapd_log(LOGPRIO_ERROR, "Can't allocate array of events which to listen"); in accept_connections() 833 rpcapd_log(LOGPRIO_ERROR, "Can't create socket event: %s", errbuf); in accept_connections() [all …]
|
D | log.h | 8 LOGPRIO_ERROR enumerator
|
D | log-stderr.c | 27 case LOGPRIO_ERROR: in rpcapd_log()
|