Lines Matching refs:log_warn
877 log_warn("socket(2) failed for %s", addr()); in connect()
881 log_warn("connect(2) failed for %s", addr()); in connect()
891 log_warn("send(2) failed for %s", addr()); in send_request()
895 log_warn("receive(2) failed for %s", addr()); in send_request()
1866 log_warn("socket(2) failed for %s", listen()); in init_socket()
1872 log_warn("setsockopt(SO_NO_DDP) failed for %s", listen()); in init_socket()
1876 log_warn("setsockopt(SO_REUSEADDR) failed for %s", listen()); in init_socket()
1887 log_warn("setsockopt(IP_TOS) failed for %s", in init_socket()
1893 log_warn("setsockopt(IPV6_TCLASS) failed for %s", in init_socket()
1904 log_warn("setsockopt(IP_VLAN_PCP) failed for %s", in init_socket()
1910 log_warn("setsockopt(IPV6_VLAN_PCP) failed for %s", in init_socket()
1921 log_warn("bind(2) failed for %s", listen()); in init_socket()
1926 log_warn("listen(2) failed for %s", listen()); in init_socket()
1932 log_warn("kevent(2) failed to register for %s", listen()); in init_socket()
2510 log_warn("stat"); in check_perms()
2721 log_warn("cannot daemonize"); in main()
2728 log_warn("Cannot create kqueue"); in main()