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

/openbsd-current/sbin/unwind/
H A Dfrontend.h36 struct dns64_prefix { struct
H A Ddns64_synth.c73 extern struct dns64_prefix *dns64_prefixes;
H A Dfrontend.c171 struct dns64_prefix *dns64_prefixes;
482 static struct dns64_prefix *new_dns64_prefixes = NULL;
616 sizeof(struct dns64_prefix));
620 if (IMSG_DATA_SIZE(imsg) != sizeof(struct dns64_prefix))
630 imsg.data, sizeof(struct dns64_prefix));
H A Dresolver.c206 struct dns64_prefix *, int, int);
2306 struct dns64_prefix *prefixes = NULL;
2356 prefixes = calloc(an_rrset_data->count, sizeof(struct dns64_prefix));
2403 0, &prefixes[i], sizeof(struct dns64_prefix));
2448 struct dns64_prefix *prefixes, int prefixes_size, int flag)
/openbsd-current/usr.sbin/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);
/openbsd-current/sbin/unwind/libunbound/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);
/openbsd-current/usr.sbin/unbound/util/
H A Dconfig_file.h542 char* dns64_prefix; member in struct:config_file
549 /* NAT64 prefix; if unset defaults to dns64_prefix */
H A Dconfigparser.y2378 OUTYY(("P(dns64_prefix:%s)\n", $2));
2379 free(cfg_parser->cfg->dns64_prefix);
2380 cfg_parser->cfg->dns64_prefix = $2;
H A Dconfig_file.c1679 free(cfg->dns64_prefix);
/openbsd-current/sbin/unwind/libunbound/util/
H A Dconfig_file.h542 char* dns64_prefix; member in struct:config_file
549 /* NAT64 prefix; if unset defaults to dns64_prefix */
H A Dconfigparser.y2378 OUTYY(("P(dns64_prefix:%s)\n", $2));
2379 free(cfg_parser->cfg->dns64_prefix);
2380 cfg_parser->cfg->dns64_prefix = $2;
H A Dconfig_file.c1679 free(cfg->dns64_prefix);
/openbsd-current/sbin/unwind/libunbound/iterator/
H A Diter_utils.c184 nat64_prefix = cfg->dns64_prefix;
/openbsd-current/usr.sbin/unbound/iterator/
H A Diter_utils.c184 nat64_prefix = cfg->dns64_prefix;

Completed in 172 milliseconds