Lines Matching refs:strerror

229 		ndp_fatal("Unable to fork: %s", strerror(errno));  in ndp_run_in_child()
239 ndp_fatal("Failed to wait on child: %s", strerror(errno)); in ndp_run_in_child()
273 ndp_fatal("Unable to set signal mask: %s", strerror(errno)); in ndp_setup_handler()
278 strerror(errno)); in ndp_setup_handler()
286 strerror(errno)); in ndp_setup_handler()
291 strerror(errno)); in ndp_setup_handler()
307 ndp_fatal("Unable to create timer: %s", strerror(errno)); in ndp_start_timer()
311 ndp_fatal("Unable to set time on timer: %s", strerror(errno)); in ndp_start_timer()
338 warnx("Failure while waiting on timer: %s", strerror(errno)); in ndp_run_periodically()
385 strerror(rtm->rtm_errno)); in ndp_extract_sockaddrs()
469 strerror(errno)); in ndp_rtmsg_get()
488 strerror(errno)); in ndp_rtmsg_get()
606 warnx("Failed to open IPv6 socket: %s", strerror(errno)); in ndp_host_enumerate()
612 warnx("Failed to open routing socket: %s", strerror(errno)); in ndp_host_enumerate()
632 warnx("Failed to close routing socket: %s", strerror(errno)); in ndp_host_enumerate()
637 warnx("Failed to close IPv6 socket: %s", strerror(errno)); in ndp_host_enumerate()
662 strerror(errno)); in ndp_display()
669 strerror(errno)); in ndp_display()
718 strerror(errno)); in ndp_display_missing()
756 ipaddr, strerror(errno)); in ndp_get()
773 ndp_fatal("Coudn't exec %s: %s", netstat_path, strerror(errno)); in ndp_get_all()
796 ipaddr, strerror(errno)); in ndp_delete()
830 ipaddr, strerror(errno)); in ndp_set()
929 filename, strerror(errno)); in ndp_set_file()
972 strerror(errno)); in ndp_set_file()
976 ndp_fatal("Error close file %s: %s", filename, strerror(errno)); in ndp_set_file()