Home
last modified time | relevance | path

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

/openbsd/src/sbin/unwind/libunbound/dns64/
Ddns64.c369 verbose(VERB_ALGO, "dns64-prefix: %s", cfg->dns64_prefix); in dns64_apply_cfg()
370 if (!netblockstrtoaddr(cfg->dns64_prefix ? cfg->dns64_prefix : in dns64_apply_cfg()
373 log_err("cannot parse dns64-prefix netblock: %s", cfg->dns64_prefix); in dns64_apply_cfg()
377 log_err("dns64_prefix is not IPv6: %s", cfg->dns64_prefix); in dns64_apply_cfg()
384 cfg->dns64_prefix); in dns64_apply_cfg()
/openbsd/src/usr.sbin/unbound/dns64/
Ddns64.c369 verbose(VERB_ALGO, "dns64-prefix: %s", cfg->dns64_prefix); in dns64_apply_cfg()
370 if (!netblockstrtoaddr(cfg->dns64_prefix ? cfg->dns64_prefix : in dns64_apply_cfg()
373 log_err("cannot parse dns64-prefix netblock: %s", cfg->dns64_prefix); in dns64_apply_cfg()
377 log_err("dns64_prefix is not IPv6: %s", cfg->dns64_prefix); in dns64_apply_cfg()
384 cfg->dns64_prefix); in dns64_apply_cfg()
/openbsd/src/sbin/unwind/
Dfrontend.h36 struct dns64_prefix { struct
Ddns64_synth.c73 extern struct dns64_prefix *dns64_prefixes;
Dfrontend.c174 struct dns64_prefix *dns64_prefixes;
491 static struct dns64_prefix *new_dns64_prefixes = NULL; in frontend_dispatch_resolver()
627 sizeof(struct dns64_prefix)); in frontend_dispatch_resolver()
631 if (IMSG_DATA_SIZE(imsg) != sizeof(struct dns64_prefix)) in frontend_dispatch_resolver()
641 imsg.data, sizeof(struct dns64_prefix)); in frontend_dispatch_resolver()
Dresolver.c208 struct dns64_prefix *, int, int);
2329 struct dns64_prefix *prefixes = NULL; in check_dns64_done()
2379 prefixes = calloc(an_rrset_data->count, sizeof(struct dns64_prefix)); in check_dns64_done()
2426 0, &prefixes[i], sizeof(struct dns64_prefix)); in check_dns64_done()
2471 struct dns64_prefix *prefixes, int prefixes_size, int flag) in add_dns64_prefix()
/openbsd/src/usr.sbin/unbound/util/
Dconfig_file.h559 char* dns64_prefix; member
Dconfigparser.y2463 free(cfg_parser->cfg->dns64_prefix);
2464 cfg_parser->cfg->dns64_prefix = $2;
Dconfig_file.c1709 free(cfg->dns64_prefix); in config_delete()
/openbsd/src/sbin/unwind/libunbound/util/
Dconfig_file.h559 char* dns64_prefix; member
Dconfigparser.y2463 free(cfg_parser->cfg->dns64_prefix);
2464 cfg_parser->cfg->dns64_prefix = $2;
Dconfig_file.c1709 free(cfg->dns64_prefix); in config_delete()
/openbsd/src/sbin/unwind/libunbound/iterator/
Diter_utils.c184 nat64_prefix = cfg->dns64_prefix; in iter_apply_cfg()
/openbsd/src/usr.sbin/unbound/iterator/
Diter_utils.c184 nat64_prefix = cfg->dns64_prefix; in iter_apply_cfg()