Searched refs:dns64_prefix (Results 1 – 14 of 14) sorted by relevance
| /openbsd/src/sbin/unwind/libunbound/dns64/ |
| D | dns64.c | 369 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/ |
| D | dns64.c | 369 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/ |
| D | frontend.h | 36 struct dns64_prefix { struct
|
| D | dns64_synth.c | 73 extern struct dns64_prefix *dns64_prefixes;
|
| D | frontend.c | 174 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()
|
| D | resolver.c | 208 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/ |
| D | config_file.h | 559 char* dns64_prefix; member
|
| D | configparser.y | 2463 free(cfg_parser->cfg->dns64_prefix); 2464 cfg_parser->cfg->dns64_prefix = $2;
|
| D | config_file.c | 1709 free(cfg->dns64_prefix); in config_delete()
|
| /openbsd/src/sbin/unwind/libunbound/util/ |
| D | config_file.h | 559 char* dns64_prefix; member
|
| D | configparser.y | 2463 free(cfg_parser->cfg->dns64_prefix); 2464 cfg_parser->cfg->dns64_prefix = $2;
|
| D | config_file.c | 1709 free(cfg->dns64_prefix); in config_delete()
|
| /openbsd/src/sbin/unwind/libunbound/iterator/ |
| D | iter_utils.c | 184 nat64_prefix = cfg->dns64_prefix; in iter_apply_cfg()
|
| /openbsd/src/usr.sbin/unbound/iterator/ |
| D | iter_utils.c | 184 nat64_prefix = cfg->dns64_prefix; in iter_apply_cfg()
|