Home
last modified time | relevance | path

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

/freebsd-head/contrib/unbound/edns-subnet/
HDsubnetmod.c137 qstate->env->cfg->client_subnet_opcode, in subnet_ecs_opt_list_append()
172 qstate->env->cfg->client_subnet_opcode)) { in ecs_whitelist_check()
190 qstate->env->cfg->client_subnet_opcode)) { in ecs_whitelist_check()
192 qstate->env->cfg->client_subnet_opcode); in ecs_whitelist_check()
254 env->cfg->client_subnet_opcode); in subnetmod_init()
257 if(!edns_register_option(env->cfg->client_subnet_opcode, in subnetmod_init()
596 qstate->env->cfg->client_subnet_opcode); in eval_response()
731 qstate->env->cfg->client_subnet_opcode); in ecs_query_response()
781 qstate->env->cfg->client_subnet_opcode)) && in ecs_edns_back_parsed()
828 qstate->env->cfg->client_subnet_opcode))) { in subnetmod_operate()
[all …]
/freebsd-head/contrib/unbound/util/
HDconfig_file.h272 uint16_t client_subnet_opcode; member
HDconfig_file.c228 cfg->client_subnet_opcode = LDNS_EDNS_CLIENT_SUBNET; in config_create()
/freebsd-head/contrib/unbound/services/
HDmesh.c804 opt = edns_opt_list_find(edns_list, mesh->env->cfg->client_subnet_opcode); in mesh_schedule_prefetch_subnet()
2142 mstate->s.env->cfg->client_subnet_opcode)) != NULL) { in mesh_continue()
/freebsd-head/contrib/unbound/daemon/
HDremote.c5568 COPY_VAR_uint16_t(client_subnet_opcode); in fr_atomic_copy_cfg()