Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/libunbound/python/doc/examples/
H A Dexample6-1.py2 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 Dexample3.rst36 print "Resolve error:", unbound.ub_strerror(status)
H A Dexample1a.rst24 print "Resolve error:", unbound.ub_strerror(status)
H A Dexample1b.rst30 print "Resolve error:", unbound.ub_strerror(status)
/netbsd-src/external/bsd/unbound/dist/winrc/
H A Danchor-update.c73 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 Dasynclook.c120 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 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);
/netbsd-src/external/bsd/unbound/dist/smallapp/
H A Dunbound-anchor.c293 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 Dunbound-host.c374 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 Ddns-lookup.py45 print("Error:", unbound.ub_strerror(status))
H A Dasync-lookup.py57 print("Resolve error:", unbound.ub_strerror(status))
/netbsd-src/external/bsd/unbound/dist/libunbound/
H A Dubsyms.def34 ub_strerror
H A Dunbound.h598 const char* ub_strerror(int err);
H A Dlibunbound.c945 ub_strerror(int err) in ub_strerror() function
/netbsd-src/external/bsd/unbound/dist/
H A DMakefile.in591 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 \