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

/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-anchor.c282 create_unbound_context(const char* res_conf, const char* root_hints, argument
303 if(root_hints) {
304 r = ub_ctx_set_option(ctx, "root-hints:", root_hints);
305 if(r) ub_ctx_error_exit(ctx, root_hints, ub_strerror(r));
621 * @param root_hints: root hints (if any).
631 const char* root_hints, const char* debugconf,
642 ctx = create_unbound_context(res_conf, root_hints, debugconf,
1929 const char* p7signer, const char* res_conf, const char* root_hints,
1943 ip_list = resolve_name(urlname, port, res_conf, root_hints, debugconf,
2217 const char* root_hints, cons
630 resolve_name(const char* host, int port, const char* res_conf, const char* root_hints, const char* debugconf, const char* srcaddr, int ip4only, int ip6only) argument
1927 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, const char* srcaddr, int ip4only, int ip6only, int port, int use_sni) argument
2216 fetch_root_key(const char* root_anchor_file, const char* res_conf, const char* root_hints, const char* debugconf, const char* srcaddr, int ip4only, int ip6only) argument
2233 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, const char* srcaddr, int ip4only, int ip6only, int force, int res_conf_fallback, int port, int use_sni) argument
2304 const char* root_hints = NULL; local
[all...]
H A Dunbound-checkconf.c620 cfg->root_hints, cfg->chrootdir, cfg);
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/unbound/iterator/
H A Diter_hints.c415 for(p = cfg->root_hints; p; p = p->next) {
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h227 struct config_strlist* root_hints; member in struct:config_file
H A Dconfig_file.c191 cfg->root_hints = NULL;
606 else S_STRLIST("root-hints:", root_hints)
1086 else O_LST(opt, "root-hints", root_hints)
1512 config_delstrlist(cfg->root_hints);
H A Dconfigparser.y1194 if(!cfg_strlist_insert(&cfg_parser->cfg->root_hints, $2))

Completed in 118 milliseconds