Home
last modified time | relevance | path

Searched refs:ub_strerror (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/unbound/contrib/
H A Dunbound-host.nagios.patch101 fprintf(stderr, "resolve error: %s\n", ub_strerror(ret));
113 fprintf(stderr, "error: %s\n", ub_strerror(r));
H A Dlibunbound.so.conf36 string ub_strerror(int);
/freebsd/contrib/unbound/libunbound/
H A Dubsyms.def34 ub_strerror
H A Dunbound.h598 const char* ub_strerror(int err);
H A Dlibunbound.c956 ub_strerror(int err) in ub_strerror() function
/freebsd/contrib/unbound/smallapp/
H A Dunbound-anchor.c295 if(r && verb) printf("ctx targetfetchpolicy: %s\n", ub_strerror(r)); in create_unbound_context()
299 if(r) ub_ctx_error_exit(ctx, debugconf, ub_strerror(r)); in create_unbound_context()
303 if(r) ub_ctx_error_exit(ctx, res_conf, ub_strerror(r)); in create_unbound_context()
307 if(r) ub_ctx_error_exit(ctx, root_hints, ub_strerror(r)); in create_unbound_context()
311 if(r) ub_ctx_error_exit(ctx, srcaddr, ub_strerror(r)); in create_unbound_context()
315 if(r) ub_ctx_error_exit(ctx, "ip4only", ub_strerror(r)); in create_unbound_context()
319 if(r) ub_ctx_error_exit(ctx, "ip6only", ub_strerror(r)); in create_unbound_context()
556 (tp==LDNS_RR_TYPE_A)?"A":"AAAA", ub_strerror(r)); in resolve_host_ip()
2117 if(verb) printf("add 5011 probe to ctx: %s\n", ub_strerror(r)); in add_5011_probe_root()
2135 if(verb) printf("resolve DNSKEY: %s\n", ub_strerror(r)); in prime_root_key()
H A Dunbound-host.c376 fprintf(stderr, "resolve error: %s\n", ub_strerror(ret)); in dnslook()
415 fprintf(stderr, "error: %s\n", ub_strerror(r)); in check_ub_res()
/freebsd/contrib/unbound/
H A DMakefile.in599 ub_resolve_free ub_strerror ub_ctx_print_local_zones ub_ctx_zone_add \
650 ub_resolve_free ub_strerror ub_ctx_print_local_zones ub_ctx_zone_add \