Home
last modified time | relevance | path

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

/NextBSD/contrib/unbound/dns64/
HDdns64.c298 verbose(VERB_ALGO, "dns64-prefix: %s", cfg->dns64_prefix); in dns64_apply_cfg()
299 if (!netblockstrtoaddr(cfg->dns64_prefix ? cfg->dns64_prefix : in dns64_apply_cfg()
302 log_err("cannot parse dns64-prefix netblock: %s", cfg->dns64_prefix); in dns64_apply_cfg()
306 log_err("dns64_prefix is not IPv6: %s", cfg->dns64_prefix); in dns64_apply_cfg()
311 cfg->dns64_prefix); in dns64_apply_cfg()
/NextBSD/contrib/unbound/util/
HDconfig_file.h324 char* dns64_prefix; member
HDconfigparser.y1244 free(cfg_parser->cfg->dns64_prefix);
1245 cfg_parser->cfg->dns64_prefix = $2;
HDconfig_file.c958 free(cfg->dns64_prefix); in config_delete()