Home
last modified time | relevance | path

Searched refs:root_hints (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/testdata/root_hints.tdir/
H A Droot_hints.dsc1 BaseName: root_hints
11 Pre: root_hints.pre
13 Test: root_hints.test
H A Droot_hints.pre1 # #-- root_hints.pre --#
H A Droot_hints.test1 # #-- root_hints.test --#
/netbsd-src/external/bsd/unbound/dist/smallapp/
H A Dunbound-anchor.c282 create_unbound_context(const char* res_conf, const char* root_hints, in create_unbound_context() argument
303 if(root_hints) { in create_unbound_context()
304 r = ub_ctx_set_option(ctx, "root-hints:", root_hints); in create_unbound_context()
305 if(r) ub_ctx_error_exit(ctx, root_hints, ub_strerror(r)); in create_unbound_context()
638 const char* root_hints, const char* debugconf, in resolve_name() argument
649 ctx = create_unbound_context(res_conf, root_hints, debugconf, in resolve_name()
1935 const char* p7signer, const char* res_conf, const char* root_hints, in do_certupdate() argument
1949 ip_list = resolve_name(urlname, port, res_conf, root_hints, debugconf, in do_certupdate()
2223 const char* root_hints, const char* debugconf, const char* srcaddr, in fetch_root_key() argument
2229 ctx = create_unbound_context(res_conf, root_hints, debugconf, in fetch_root_key()
[all …]
H A Dunbound-checkconf.c703 cfg->root_hints, cfg->chrootdir, cfg); in morechecks()
/netbsd-src/lib/libc/citrus/modules/
H A Dcitrus_big5.c240 static const _citrus_prop_hint_t root_hints[] = { variable
278 root_hints, (void *)ei, s, lenvar); in _citrus_BIG5_encoding_module_init()
H A Dcitrus_hz.c688 static const _citrus_prop_hint_t root_hints[] = { variable
706 root_hints, (void *)ei, var, lenvar); in _citrus_HZ_encoding_module_init()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.h246 struct config_strlist* root_hints; member
H A Dconfig_file.c201 cfg->root_hints = NULL; in config_create()
660 else S_STRLIST("root-hints:", root_hints) in config_set_option()
1183 else O_LST(opt, "root-hints", root_hints) in config_get_option()
1628 config_delstrlist(cfg->root_hints); in config_delete()
H A Dconfigparser.y1320 if(!cfg_strlist_insert(&cfg_parser->cfg->root_hints, $2))
H A Dconfigparser.c4154 if(!cfg_strlist_insert(&cfg_parser->cfg->root_hints, (yyvsp[0].str))) in yyparse()
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dconfig.rst143 .. attribute:: root_hints
/netbsd-src/external/bsd/unbound/dist/iterator/
H A Diter_hints.c423 for(p = cfg->root_hints; p; p = p->next) { in read_root_hints_list()
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i1003 struct config_strlist* root_hints;