Home
last modified time | relevance | path

Searched refs:ub_ctx_set_fwd (Results 1 – 6 of 6) sorted by relevance

/freebsd-head/contrib/unbound/libunbound/
HDubsyms.def20 ub_ctx_set_fwd
HDunbound.h340 int ub_ctx_set_fwd(struct ub_ctx* ctx, const char* addr);
HDlibunbound.c975 ub_ctx_set_fwd(struct ub_ctx* ctx, const char* addr) in ub_ctx_set_fwd() function
1175 if((retval=ub_ctx_set_fwd(ctx, in ub_ctx_resolvconf()
1214 if((r = ub_ctx_set_fwd(ctx, addr)) != UB_NOERROR) { in ub_ctx_resolvconf()
1223 return ub_ctx_set_fwd(ctx, "127.0.0.1"); in ub_ctx_resolvconf()
/freebsd-head/contrib/unbound/contrib/
HDlibunbound.so.conf16 int ub_ctx_set_fwd(ub_ctx*, string);
/freebsd-head/contrib/unbound/
HDMakefile.in600 ub_ctx_set_option ub_ctx_get_option ub_ctx_config ub_ctx_set_fwd \
651 ub_ctx_set_option ub_ctx_get_option ub_ctx_config ub_ctx_set_fwd \
/freebsd-head/contrib/unbound/doc/
HDChangelog635 ub_ctx_set_fwd.
4095 set with ub_ctx_set_fwd. Patch from Florian Obser.
6618 - Fix #705: ub_ctx_set_fwd() return value mishandled on windows.