Searched refs:ub_strerror (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/libunbound/python/doc/examples/ |
H A D | example6-1.py | 2 from unbound import ub_ctx,ub_strerror,RR_TYPE_A,RR_CLASS_IN 15 if (status != 0): print "Error zone_add:",status, ub_strerror(status) 19 if (status != 0): print "Error data_add:",status, ub_strerror(status)
|
H A D | example3.rst | 36 print "Resolve error:", unbound.ub_strerror(status)
|
H A D | example1a.rst | 24 print "Resolve error:", unbound.ub_strerror(status)
|
H A D | example1b.rst | 30 print "Resolve error:", unbound.ub_strerror(status)
|
/netbsd-src/external/bsd/unbound/dist/winrc/ |
H A D | anchor-update.c | 73 printf("failed to lookup %s\n", ub_strerror(r)); in do_lookup() 120 printf("%s\n", ub_strerror(r)); in do_update()
|
/netbsd-src/external/bsd/unbound/dist/testcode/ |
H A D | asynclook.c | 120 ub_strerror(info->err)); in print_result() 158 printf("%s error: %s\n", desc, ub_strerror(err)); in checkerr() 446 ub_strerror(r), in main() 456 ub_strerror(r), in main()
|
/netbsd-src/external/bsd/unbound/dist/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);
|
/netbsd-src/external/bsd/unbound/dist/smallapp/ |
H A D | unbound-anchor.c | 293 if(r && verb) printf("ctx targetfetchpolicy: %s\n", ub_strerror(r)); in create_unbound_context() 297 if(r) ub_ctx_error_exit(ctx, debugconf, ub_strerror(r)); in create_unbound_context() 301 if(r) ub_ctx_error_exit(ctx, res_conf, ub_strerror(r)); in create_unbound_context() 305 if(r) ub_ctx_error_exit(ctx, root_hints, ub_strerror(r)); in create_unbound_context() 309 if(r) ub_ctx_error_exit(ctx, srcaddr, ub_strerror(r)); in create_unbound_context() 313 if(r) ub_ctx_error_exit(ctx, "ip4only", ub_strerror(r)); in create_unbound_context() 317 if(r) ub_ctx_error_exit(ctx, "ip6only", ub_strerror(r)); in create_unbound_context() 561 (tp==LDNS_RR_TYPE_A)?"A":"AAAA", ub_strerror(r)); in resolve_host_ip() 2094 if(verb) printf("add 5011 probe to ctx: %s\n", ub_strerror(r)); in add_5011_probe_root() 2112 if(verb) printf("resolve DNSKEY: %s\n", ub_strerror(r)); in prime_root_key()
|
H A D | unbound-host.c | 374 fprintf(stderr, "resolve error: %s\n", ub_strerror(ret)); in dnslook() 413 fprintf(stderr, "error: %s\n", ub_strerror(r)); in check_ub_res()
|
/netbsd-src/external/bsd/unbound/dist/libunbound/python/examples/ |
H A D | dns-lookup.py | 45 print("Error:", unbound.ub_strerror(status))
|
H A D | async-lookup.py | 57 print("Resolve error:", unbound.ub_strerror(status))
|
/netbsd-src/external/bsd/unbound/dist/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 | 945 ub_strerror(int err) in ub_strerror() function
|
/netbsd-src/external/bsd/unbound/dist/ |
H A D | Makefile.in | 591 ub_resolve_free ub_strerror ub_ctx_print_local_zones ub_ctx_zone_add \ 642 ub_resolve_free ub_strerror ub_ctx_print_local_zones ub_ctx_zone_add \
|