Searched refs:root_hints (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/unbound/smallapp/
H A Dunbound-anchor.c271 create_unbound_context(const char* res_conf, const char* root_hints, argument
292 if(root_hints) {
293 r = ub_ctx_set_option(ctx, "root-hints:", root_hints);
294 if(r) ub_ctx_error_exit(ctx, root_hints, ub_strerror(r));
606 * @param root_hints: root hints (if any).
615 const char* root_hints, const char* debugconf, int ip4only, int ip6only)
625 ctx = create_unbound_context(res_conf, root_hints, debugconf,
1898 const char* p7signer, const char* res_conf, const char* root_hints,
1910 ip_list = resolve_name(urlname, port, res_conf, root_hints, debugconf,
2182 const char* p7signer, const char* res_conf, const char* root_hints,
614 resolve_name(const char* host, int port, const char* res_conf, const char* root_hints, const char* debugconf, int ip4only, int ip6only) argument
1896 do_certupdate(const char* root_anchor_file, const char* root_cert_file, const char* urlname, const char* xmlname, const char* p7sname, const char* p7signer, const char* res_conf, const char* root_hints, const char* debugconf, int ip4only, int ip6only, int port, struct ub_result* dnskey) argument
2180 do_root_update_work(const char* root_anchor_file, const char* root_cert_file, const char* urlname, const char* xmlname, const char* p7sname, const char* p7signer, const char* res_conf, const char* root_hints, const char* debugconf, int ip4only, int ip6only, int force, int port) argument
2240 const char* root_hints = NULL; local
[all...]
H A Dunbound-checkconf.c380 cfg->root_hints, cfg->chrootdir, cfg);
/freebsd-10.1-release/lib/libiconv_modules/BIG5/
H A Dcitrus_big5.c216 static const _citrus_prop_hint_t root_hints[] = { variable
250 root_hints, (void *)ei, s, lenvar);
/freebsd-10.1-release/contrib/unbound/util/
H A Dconfig_file.h150 struct config_strlist* root_hints; member in struct:config_file
H A Dconfig_file.c143 cfg->root_hints = NULL;
380 else S_STRLIST("root-hints:", root_hints)
668 else O_LST(opt, "root-hints", root_hints)
867 config_delstrlist(cfg->root_hints);
H A Dconfigparser.y494 if(!cfg_strlist_insert(&cfg_parser->cfg->root_hints, $2))
/freebsd-10.1-release/lib/libiconv_modules/HZ/
H A Dcitrus_hz.c619 static const _citrus_prop_hint_t root_hints[] = { variable
635 root_hints, (void *)ei, var, lenvar);
/freebsd-10.1-release/contrib/unbound/iterator/
H A Diter_hints.c400 for(p = cfg->root_hints; p; p = p->next) {

Completed in 105 milliseconds