Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/unbound/edns-subnet/
HDsubnetmod.c310 cfg->max_client_subnet_ipv6, &delfunc, in get_tree()
555 qstate->env->cfg->max_client_subnet_ipv6) { in eval_response()
557 qstate->env->cfg->max_client_subnet_ipv6; in eval_response()
620 ecs->subnet_source_mask = cfg->max_client_subnet_ipv6; in subnet_option_from_ss()
782 qstate->env->cfg->max_client_subnet_ipv6) in subnetmod_operate()
784 qstate->env->cfg->max_client_subnet_ipv6; in subnetmod_operate()
/freebsd-11-stable/contrib/unbound/util/
HDconfig_file.h250 uint8_t max_client_subnet_ipv6; member
HDconfigparser.y618 cfg_parser->cfg->max_client_subnet_ipv6 = 128;
620 cfg_parser->cfg->max_client_subnet_ipv6 = 0;
621 else cfg_parser->cfg->max_client_subnet_ipv6 = (uint8_t)atoi($2);
HDconfig_file.c214 cfg->max_client_subnet_ipv6 = 56; in config_create()
1108 else O_DEC(opt, "max-client-subnet-ipv6", max_client_subnet_ipv6) in config_get_option()