Searched refs:ub_ctx_set_option (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/smallapp/ |
H A D | unbound-host.c | 439 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 D | unbound-anchor.c | 292 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 D | ubsyms.def | 21 ub_ctx_set_option
|
H A D | unbound.h | 293 int ub_ctx_set_option(struct ub_ctx* ctx, const char* opt, const char* val);
|
H A D | libunbound.c | 402 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 D | libunbound.so.conf | 13 int ub_ctx_set_option(ub_ctx*, string, string);
|
/netbsd-src/external/bsd/unbound/dist/libunbound/python/ |
H A D | libunbound.i | 457 return _unbound.ub_ctx_set_option(self,opt,val)
|
/netbsd-src/external/bsd/unbound/dist/ |
H A D | Makefile.in | 587 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 D | Changelog | 2495 - 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.
|