Home
last modified time | relevance | path

Searched refs:ub_resolve (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/libunbound/python/
H A Dlibunbound.i124 %newobject ub_resolve;
598 return _unbound.ub_resolve(self,name,rrtype,rrclass)
600 return _unbound.ub_resolve(self,idn2dname(name),rrtype,rrclass)
852 %exception ub_resolve
/netbsd-src/external/bsd/unbound/dist/libunbound/
H A Dubsyms.def30 ub_resolve
H A Dunbound.h537 int ub_resolve(struct ub_ctx* ctx, const char* name, int rrtype,
H A Dlibunbound.c737 ub_resolve(struct ub_ctx* ctx, const char* name, int rrtype, in ub_resolve() function
/netbsd-src/external/bsd/unbound/dist/winrc/
H A Danchor-update.c70 r = ub_resolve(ctx, domain, LDNS_RR_TYPE_DNSKEY, LDNS_RR_CLASS_IN, in do_lookup()
/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dlibunbound.so.conf32 int ub_resolve(ub_ctx*, string, ub_type, ub_class, +ub_result**);
H A Dunbound-host.nagios.patch99 ret = ub_resolve(ctx, q, t, c, &result);
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dasynclook.c340 r = ub_resolve(inf->ctx, inf->argv[i%inf->argc], in ext_thread()
517 r = ub_resolve(ctx, argv[i], LDNS_RR_TYPE_A, in main()
/netbsd-src/external/bsd/unbound/dist/smallapp/
H A Dunbound-host.c372 ret = ub_resolve(ctx, q, t, c, &result); in dnslook()
H A Dunbound-anchor.c558 r = ub_resolve(ctx, host, tp, cl, &res); in resolve_host_ip()
2110 r = ub_resolve(ctx, ".", LDNS_RR_TYPE_DNSKEY, LDNS_RR_CLASS_IN, &res); in prime_root_key()
/netbsd-src/external/bsd/unbound/dist/
H A DMakefile.in590 ub_poll ub_wait ub_fd ub_process ub_resolve ub_resolve_async ub_cancel \
641 ub_poll ub_wait ub_fd ub_process ub_resolve ub_resolve_async ub_cancel \
/netbsd-src/external/bsd/unbound/dist/doc/
H A DChangelog9595 - libunbound ub_resolve, fix handling of error condition during setup.