Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/libunbound/
H A Dubsyms.def30 ub_resolve
H A Dunbound.h53 * int err = ub_resolve(ctx, "www.example.com", ...
91 * ub_resolve() and ub_resolve_async() && ub_wait() are
537 int ub_resolve(struct ub_ctx* ctx, const char* name, int rrtype,
H A Dlibunbound.c748 ub_resolve(struct ub_ctx* ctx, const char* name, int rrtype, in ub_resolve() function
/freebsd/contrib/unbound/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);
/freebsd/contrib/unbound/smallapp/
H A Dunbound-host.c374 ret = ub_resolve(ctx, q, t, c, &result); in dnslook()
H A Dunbound-anchor.c553 r = ub_resolve(ctx, host, tp, cl, &res); in resolve_host_ip()
2133 r = ub_resolve(ctx, ".", LDNS_RR_TYPE_DNSKEY, LDNS_RR_CLASS_IN, &res); in prime_root_key()
/freebsd/contrib/unbound/
H A DMakefile.in603 ub_poll ub_wait ub_fd ub_process ub_resolve ub_resolve_async ub_cancel \
654 ub_poll ub_wait ub_fd ub_process ub_resolve ub_resolve_async ub_cancel \
/freebsd/contrib/unbound/doc/
H A DChangelog10591 - libunbound ub_resolve, fix handling of error condition during setup.