Home
last modified time | relevance | path

Searched refs:dns64_synthall (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfig_file.h571 int dns64_synthall; member
H A Dconfigparser.y2523 else cfg_parser->cfg->dns64_synthall = (strcmp($2, "yes")==0);
H A Dconfigparser.c5814 else cfg_parser->cfg->dns64_synthall = (strcmp((yyvsp[0].str), "yes")==0); in yyparse()
/freebsd/contrib/unbound/dns64/
H A Ddns64.c576 int synth_all_cfg = qstate->env->cfg->dns64_synthall; in handle_event_pass()