Lines Matching refs:report
198 report(LOG_INFO, "version %s.%d", VERSION, PATCHLEVEL); in main()
206 report(LOG_ERR, "malloc failed"); in main()
232 report(LOG_ERR, "getsockname: not an INET socket"); in main()
243 report(LOG_ERR, "bootpd: can't get hostname\n"); in main()
269 report(LOG_ERR, in main()
292 report(LOG_ERR, in main()
308 report(LOG_ERR, in main()
332 report(LOG_ERR, in main()
346 report(LOG_ERR, "%s: unknown switch: -%c\n", in main()
369 report(LOG_ERR, "Can not get my IP address\n"); in main()
406 report(LOG_ERR, "%s: chdir failed", chdir_path); in main()
426 report(LOG_ERR, "socket: %s", get_network_errmsg()); in main()
438 report(LOG_ERR, in main()
452 report(LOG_ERR, "bind: %s", get_network_errmsg()); in main()
464 report(LOG_ERR, in main()
478 report(LOG_ERR, "sigaction: %s", get_errmsg()); in main()
482 report(LOG_ERR, "sigaction: %s", get_errmsg()); in main()
488 report(LOG_ERR, "signal: %s", get_errmsg()); in main()
492 report(LOG_ERR, "signal: %s", get_errmsg()); in main()
512 report(LOG_ERR, "select: %s", get_errmsg()); in main()
530 report(LOG_INFO, "exiting after %jd minutes of inactivity", in main()
541 report(LOG_INFO, "recvd pkt from IP addr %s", in main()
546 report(LOG_NOTICE, "received short packet"); in main()
631 report(LOG_NOTICE, "bad hw addr type %u", bp->bp_htype); in handle_request()
646 report(LOG_INFO, "\ in handle_request()
665 report(LOG_INFO, "request from %s address %s", in handle_request()
671 report(LOG_NOTICE, "bad addr len from %s address %s", in handle_request()
686 report(LOG_INFO, "\ in handle_request()
699 report(LOG_NOTICE, "unknown client %s address %s", in handle_request()
712 report(LOG_INFO, "request from IP addr %s", in handle_request()
721 report(LOG_NOTICE, "IP address not found: %s", in handle_request()
729 report(LOG_INFO, "found %s (%s)", inet_ntoa(hp->iaddr), in handle_request()
741 report(LOG_INFO, in handle_request()
768 report(LOG_INFO, "executing %s", tst); in handle_request()
859 report(LOG_INFO, "requested path=\"%s\" file=\"%s\"", in handle_request()
906 report(LOG_NOTICE, in handle_request()
922 report(LOG_ERR, "can not determine size of file \"%s\"", in handle_request()
931 report(LOG_INFO, "bootfile=\"%s\"", clntpath); in handle_request()
943 report(LOG_INFO, "vendor magic field is %d.%d.%d.%d", in handle_request()
966 report(LOG_INFO, "sending reply (with RFC1048 options)"); in handle_request()
973 report(LOG_INFO, "sending reply (with CMU options)"); in handle_request()
979 report(LOG_INFO, "sending reply (with no options)"); in handle_request()
998 report(LOG_INFO, "processing boot reply"); in handle_reply()
1037 report(LOG_INFO, "reply address override: %s", in sendreply()
1046 report(LOG_INFO, "sending reply to gateway %s", in sendreply()
1061 report(LOG_INFO, "setarp %s - %s", in sendreply()
1106 report(LOG_ERR, "sendto: %s", get_network_errmsg()); in sendreply()
1217 report(LOG_NOTICE, noroom, \
1241 report(LOG_INFO, "request message length=%d", pktlen); in dovend_rfc1048()
1282 report(LOG_INFO, "request has DHCP msglen=%d", msgsz); in dovend_rfc1048()
1289 report(LOG_ERR, "invalid response length=%d", pktlen); in dovend_rfc1048()
1295 report(LOG_INFO, "extended reply, length=%d, options=%d", in dovend_rfc1048()