Lines Matching refs:LOGPRIO_ERROR
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()
839 rpcapd_log(LOGPRIO_ERROR, "Can't setup socket event: %s", errbuf); in accept_connections()
857 rpcapd_log(LOGPRIO_ERROR, "WSAWaitForMultipleEvents failed: %s", errbuf); in accept_connections()
896 rpcapd_log(LOGPRIO_ERROR, "WSAEnumNetworkEvents failed: %s", errbuf); in accept_connections()
913 rpcapd_log(LOGPRIO_ERROR, "Socket error: %s", errbuf); in accept_connections()
940 rpcapd_log(LOGPRIO_ERROR, "Socket FD is too bit for an fd_set"); in accept_connections()
1003 rpcapd_log(LOGPRIO_ERROR, "select failed: %s", in accept_connections()
1085 rpcapd_log(LOGPRIO_ERROR, "Accept of control connection from client failed: %s", in accept_connection()