Searched refs:ub_strerror (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/unbound/contrib/ |
H A D | unbound-host.nagios.patch | 101 fprintf(stderr, "resolve error: %s\n", ub_strerror(ret)); 113 fprintf(stderr, "error: %s\n", ub_strerror(r));
|
H A D | libunbound.so.conf | 36 string ub_strerror(int);
|
/freebsd/contrib/unbound/libunbound/ |
H A D | ubsyms.def | 34 ub_strerror
|
H A D | unbound.h | 598 const char* ub_strerror(int err);
|
H A D | libunbound.c | 956 ub_strerror(int err) in ub_strerror() function
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-anchor.c | 295 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 D | unbound-host.c | 376 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 D | Makefile.in | 599 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 \
|