Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/libunbound/
H A Dubsyms.def20 ub_ctx_set_fwd
H A Dunbound.h340 int ub_ctx_set_fwd(struct ub_ctx* ctx, const char* addr);
H A Dlibunbound.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/contrib/unbound/contrib/
H A Dlibunbound.so.conf16 int ub_ctx_set_fwd(ub_ctx*, string);
/freebsd/contrib/unbound/
H A DMakefile.in595 ub_ctx_set_option ub_ctx_get_option ub_ctx_config ub_ctx_set_fwd \
646 ub_ctx_set_option ub_ctx_get_option ub_ctx_config ub_ctx_set_fwd \
/freebsd/contrib/unbound/doc/
H A DChangelog370 ub_ctx_set_fwd.
3830 set with ub_ctx_set_fwd. Patch from Florian Obser.
6353 - Fix #705: ub_ctx_set_fwd() return value mishandled on windows.