Searched refs:ub_resolve (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/unbound/libunbound/ |
H A D | ubsyms.def | 30 ub_resolve
|
H A D | unbound.h | 53 * 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 D | libunbound.c | 748 ub_resolve(struct ub_ctx* ctx, const char* name, int rrtype, in ub_resolve() function
|
/freebsd/contrib/unbound/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);
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-host.c | 374 ret = ub_resolve(ctx, q, t, c, &result); in dnslook()
|
H A D | unbound-anchor.c | 553 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 D | Makefile.in | 603 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 D | Changelog | 10591 - libunbound ub_resolve, fix handling of error condition during setup.
|