Searched refs:ub_resolve (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/libunbound/python/ |
H A D | libunbound.i | 124 %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 D | ubsyms.def | 30 ub_resolve
|
H A D | unbound.h | 537 int ub_resolve(struct ub_ctx* ctx, const char* name, int rrtype,
|
H A D | libunbound.c | 737 ub_resolve(struct ub_ctx* ctx, const char* name, int rrtype, in ub_resolve() function
|
/netbsd-src/external/bsd/unbound/dist/winrc/ |
H A D | anchor-update.c | 70 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 D | libunbound.so.conf | 32 int ub_resolve(ub_ctx*, string, ub_type, ub_class, +ub_result**);
|
H A D | unbound-host.nagios.patch | 99 ret = ub_resolve(ctx, q, t, c, &result);
|
/netbsd-src/external/bsd/unbound/dist/testcode/ |
H A D | asynclook.c | 340 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 D | unbound-host.c | 372 ret = ub_resolve(ctx, q, t, c, &result); in dnslook()
|
H A D | unbound-anchor.c | 558 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 D | Makefile.in | 590 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 D | Changelog | 9595 - libunbound ub_resolve, fix handling of error condition during setup.
|