Home
last modified time | relevance | path

Searched refs:client_subnet_opcode (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/unbound/edns-subnet/
H A Dsubnetmod.c132 qstate->env->cfg->client_subnet_opcode, in ecs_opt_list_append()
175 qstate->env->cfg->client_subnet_opcode); in ecs_whitelist_check()
225 env->cfg->client_subnet_opcode); in subnetmod_init()
228 if(!edns_register_option(env->cfg->client_subnet_opcode, in subnetmod_init()
528 qstate->env->cfg->client_subnet_opcode); in eval_response()
648 qstate->env->cfg->client_subnet_opcode); in ecs_query_response()
666 qstate->env->cfg->client_subnet_opcode))) { in ecs_edns_back_parsed()
706 qstate->env->cfg->client_subnet_opcode))) { in subnetmod_operate()
/freebsd-12.1/contrib/unbound/util/
H A Dconfig_file.h220 uint16_t client_subnet_opcode; member
H A Dconfig_file.c199 cfg->client_subnet_opcode = LDNS_EDNS_CLIENT_SUBNET; in config_create()