Symbol: ub_ctx_set_option
sbin/unwind/libunbound/libunbound/unbound.h
293
int ub_ctx_set_option(struct ub_ctx* ctx, const char* opt, const char* val);
sbin/unwind/resolver.c
1311
if ((err = ub_ctx_set_option(res->ctx, options[i].name,
sbin/unwind/resolver.c
1323
if((err = ub_ctx_set_option(res->ctx, "do-ip4:",
sbin/unwind/resolver.c
1334
if((err = ub_ctx_set_option(res->ctx, "do-ip6:",
sbin/unwind/resolver.c
1345
if((err = ub_ctx_set_option(res->ctx, "use-syslog:",
sbin/unwind/resolver.c
1374
ub_ctx_set_option(res->ctx, "tls-cert-bundle:",
sbin/unwind/resolver.c
1383
ub_ctx_set_option(res->ctx, "tls-cert-bundle:",
sbin/unwind/resolver.c
1389
ub_ctx_set_option(res->ctx, "tls-cert-bundle:",
sbin/unwind/resolver.c
1406
if((err = ub_ctx_set_option(res->ctx, "local-zone:",
sbin/unwind/resolver.c
1469
if ((err = ub_ctx_set_option(ctx, options[i].name,
usr.sbin/unbound/libunbound/unbound.h
293
int ub_ctx_set_option(struct ub_ctx* ctx, const char* opt, const char* val);
usr.sbin/unbound/smallapp/unbound-anchor.c
2132
r = ub_ctx_set_option(ctx, "auto-trust-anchor-file:", root_anchor_file);
usr.sbin/unbound/smallapp/unbound-anchor.c
298
r = ub_ctx_set_option(ctx, "target-fetch-policy:", "0 0 0 0 0");
usr.sbin/unbound/smallapp/unbound-anchor.c
310
r = ub_ctx_set_option(ctx, "root-hints:", root_hints);
usr.sbin/unbound/smallapp/unbound-anchor.c
314
r = ub_ctx_set_option(ctx, "outgoing-interface:", srcaddr);
usr.sbin/unbound/smallapp/unbound-anchor.c
318
r = ub_ctx_set_option(ctx, "do-ip6:", "no");
usr.sbin/unbound/smallapp/unbound-anchor.c
322
r = ub_ctx_set_option(ctx, "do-ip4:", "no");
usr.sbin/unbound/smallapp/unbound-host.c
441
check_ub_res(ub_ctx_set_option(ctx, "target-fetch-policy:", "0 0 0 0 0"));
usr.sbin/unbound/smallapp/unbound-host.c
447
check_ub_res(ub_ctx_set_option(ctx, "do-ip6:", "no"));
usr.sbin/unbound/smallapp/unbound-host.c
450
check_ub_res(ub_ctx_set_option(ctx, "do-ip4:", "no"));
usr.sbin/unbound/smallapp/unbound-host.c
495
check_ub_res(ub_ctx_set_option(ctx,