Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/edns-subnet/
H A Dsubnetmod.c138 qstate->env->cfg->client_subnet_opcode, in subnet_ecs_opt_list_append()
189 qstate->env->cfg->client_subnet_opcode)) { in ecs_whitelist_check()
207 qstate->env->cfg->client_subnet_opcode)) { in ecs_whitelist_check()
209 qstate->env->cfg->client_subnet_opcode); in ecs_whitelist_check()
271 env->cfg->client_subnet_opcode); in subnetmod_init()
274 if(!edns_register_option(env->cfg->client_subnet_opcode, in subnetmod_init()
589 qstate->env->cfg->client_subnet_opcode)) { in generate_sub_request()
683 qstate->env->cfg->client_subnet_opcode); in eval_response()
818 qstate->env->cfg->client_subnet_opcode); in ecs_query_response()
868 qstate->env->cfg->client_subnet_opcode)) && in ecs_edns_back_parsed()
[all …]
/freebsd/contrib/unbound/util/
H A Dconfig_file.h272 uint16_t client_subnet_opcode; member
H A Dconfig_file.c228 cfg->client_subnet_opcode = LDNS_EDNS_CLIENT_SUBNET; in config_create()
/freebsd/contrib/unbound/services/
H A Dmesh.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/contrib/unbound/daemon/
H A Dremote.c5924 COPY_VAR_uint16_t(client_subnet_opcode); in fr_atomic_copy_cfg()