Searched refs:ub_strerror (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/unbound/contrib/
H A Dlibunbound.so.conf36 string ub_strerror(int);
/freebsd-13-stable/contrib/unbound/libunbound/
H A Dunbound.h54 * if(err) fprintf(stderr, "lookup error: %s\n", ub_strerror(err));
568 const char* ub_strerror(int err);
H A Dlibunbound.c904 ub_strerror(int err) function
/freebsd-13-stable/contrib/unbound/smallapp/
H A Dunbound-anchor.c293 if(r && verb) printf("ctx targetfetchpolicy: %s\n", ub_strerror(r));
297 if(r) ub_ctx_error_exit(ctx, debugconf, ub_strerror(r));
301 if(r) ub_ctx_error_exit(ctx, res_conf, ub_strerror(r));
305 if(r) ub_ctx_error_exit(ctx, root_hints, ub_strerror(r));
309 if(r) ub_ctx_error_exit(ctx, srcaddr, ub_strerror(r));
313 if(r) ub_ctx_error_exit(ctx, "ip4only", ub_strerror(r));
317 if(r) ub_ctx_error_exit(ctx, "ip6only", ub_strerror(r));
554 (tp==LDNS_RR_TYPE_A)?"A":"AAAA", ub_strerror(r));
2088 if(verb) printf("add 5011 probe to ctx: %s\n", ub_strerror(r));
2106 if(verb) printf("resolve DNSKEY: %s\n", ub_strerror(
[all...]
H A Dunbound-host.c374 fprintf(stderr, "resolve error: %s\n", ub_strerror(ret));
413 fprintf(stderr, "error: %s\n", ub_strerror(r));
/freebsd-13-stable/contrib/unbound/
H A DMakefile.in565 ub_resolve_free ub_strerror ub_ctx_print_local_zones ub_ctx_zone_add \
616 ub_resolve_free ub_strerror ub_ctx_print_local_zones ub_ctx_zone_add \

Completed in 129 milliseconds