Searched refs:ub_ctx_set_option (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/unbound/contrib/
H A Dlibunbound.so.conf13 int ub_ctx_set_option(ub_ctx*, string, string);
/freebsd-13-stable/contrib/unbound/smallapp/
H A Dunbound-host.c439 check_ub_res(ub_ctx_set_option(ctx, "target-fetch-policy:", "0 0 0 0 0"));
445 check_ub_res(ub_ctx_set_option(ctx, "do-ip6:", "no"));
448 check_ub_res(ub_ctx_set_option(ctx, "do-ip4:", "no"));
492 check_ub_res(ub_ctx_set_option(ctx,
H A Dunbound-anchor.c292 r = ub_ctx_set_option(ctx, "target-fetch-policy:", "0 0 0 0 0");
304 r = ub_ctx_set_option(ctx, "root-hints:", root_hints);
308 r = ub_ctx_set_option(ctx, "outgoing-interface:", srcaddr);
312 r = ub_ctx_set_option(ctx, "do-ip6:", "no");
316 r = ub_ctx_set_option(ctx, "do-ip4:", "no");
2086 r = ub_ctx_set_option(ctx, "auto-trust-anchor-file:", root_anchor_file);
/freebsd-13-stable/contrib/unbound/libunbound/
H A Dunbound.h256 * for example ub_ctx_set_option(ctx, "logfile:", "mylog.txt");
264 int ub_ctx_set_option(struct ub_ctx* ctx, const char* opt, const char* val);
H A Dlibunbound.c361 ub_ctx_set_option(struct ub_ctx* ctx, const char* opt, const char* val) function
/freebsd-13-stable/contrib/unbound/
H A DMakefile.in561 ub_ctx_set_option ub_ctx_get_option ub_ctx_config ub_ctx_set_fwd \
612 ub_ctx_set_option ub_ctx_get_option ub_ctx_config ub_ctx_set_fwd \

Completed in 111 milliseconds