Home
last modified time | relevance | path

Searched refs:ub_ctx_set_option (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/smallapp/
H A Dunbound-host.c439 check_ub_res(ub_ctx_set_option(ctx, "target-fetch-policy:", "0 0 0 0 0")); in main()
445 check_ub_res(ub_ctx_set_option(ctx, "do-ip6:", "no")); in main()
448 check_ub_res(ub_ctx_set_option(ctx, "do-ip4:", "no")); in main()
493 check_ub_res(ub_ctx_set_option(ctx, in main()
H A Dunbound-anchor.c292 r = ub_ctx_set_option(ctx, "target-fetch-policy:", "0 0 0 0 0"); in create_unbound_context()
304 r = ub_ctx_set_option(ctx, "root-hints:", root_hints); in create_unbound_context()
308 r = ub_ctx_set_option(ctx, "outgoing-interface:", srcaddr); in create_unbound_context()
312 r = ub_ctx_set_option(ctx, "do-ip6:", "no"); in create_unbound_context()
316 r = ub_ctx_set_option(ctx, "do-ip4:", "no"); in create_unbound_context()
2092 r = ub_ctx_set_option(ctx, "auto-trust-anchor-file:", root_anchor_file); in add_5011_probe_root()
/netbsd-src/external/bsd/unbound/dist/libunbound/
H A Dubsyms.def21 ub_ctx_set_option
H A Dunbound.h293 int ub_ctx_set_option(struct ub_ctx* ctx, const char* opt, const char* val);
H A Dlibunbound.c402 ub_ctx_set_option(struct ub_ctx* ctx, const char* opt, const char* val) in ub_ctx_set_option() function
/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dlibunbound.so.conf13 int ub_ctx_set_option(ub_ctx*, string, string);
/netbsd-src/external/bsd/unbound/dist/libunbound/python/
H A Dlibunbound.i457 return _unbound.ub_ctx_set_option(self,opt,val)
/netbsd-src/external/bsd/unbound/dist/
H A DMakefile.in587 ub_ctx_set_option ub_ctx_get_option ub_ctx_config ub_ctx_set_fwd \
638 ub_ctx_set_option ub_ctx_get_option ub_ctx_config ub_ctx_set_fwd \
/netbsd-src/external/bsd/unbound/dist/doc/
H A DChangelog2495 - Fix typo to let serve-expired-ttl work with ub_ctx_set_option(), by
7046 - applied patch to support outgoing-interface with ub_ctx_set_option.