Searched refs:dns64_prefix (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/unbound/dns64/
H A Ddns64.c369 verbose(VERB_ALGO, "dns64-prefix: %s", cfg->dns64_prefix);
370 if (!netblockstrtoaddr(cfg->dns64_prefix ? cfg->dns64_prefix :
373 log_err("cannot parse dns64-prefix netblock: %s", cfg->dns64_prefix);
377 log_err("dns64_prefix is not IPv6: %s", cfg->dns64_prefix);
384 cfg->dns64_prefix);
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h496 char* dns64_prefix; member in struct:config_file
H A Dconfigparser.y2157 OUTYY(("P(dns64_prefix:%s)\n", $2));
2158 free(cfg_parser->cfg->dns64_prefix);
2159 cfg_parser->cfg->dns64_prefix = $2;
H A Dconfig_file.c1552 free(cfg->dns64_prefix);

Completed in 87 milliseconds