Home
last modified time | relevance | path

Searched refs:prefer_ip6 (Results 1 – 6 of 6) sorted by relevance

/dports/dns/unbound/unbound-1.14.0/util/
H A Dconfig_file.h91 int prefer_ip6; member
H A Dconfig_file.c521 else S_YNO("prefer-ip6:", prefer_ip6) in config_set_option()
1020 else O_YNO(opt, "prefer-ip6", prefer_ip6) in config_get_option()
H A Dconfigparser.y841 else cfg_parser->cfg->prefer_ip6 = (strcmp($2, "yes")==0);
H A Dconfigparser.c4080 else cfg_parser->cfg->prefer_ip6 = (strcmp((yyvsp[0].str), "yes")==0); in yyparse()
/dports/dns/unbound/unbound-1.14.0/smallapp/
H A Dunbound-checkconf.c622 if(!cfg->do_ip6 && cfg->prefer_ip6) in morechecks()
/dports/dns/unbound/unbound-1.14.0/iterator/
H A Diter_utils.c432 if (env->cfg->prefer_ip6) { in iter_filter_order()