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.c141 qstate->env->cfg->client_subnet_opcode, in subnet_ecs_opt_list_append()
199 qstate->env->cfg->client_subnet_opcode)) { in ecs_whitelist_check()
223 qstate->env->cfg->client_subnet_opcode)) { in ecs_whitelist_check()
225 qstate->env->cfg->client_subnet_opcode); in ecs_whitelist_check()
287 env->cfg->client_subnet_opcode); in subnetmod_init()
290 if(!edns_register_option(env->cfg->client_subnet_opcode, in subnetmod_init()
675 qstate->env->cfg->client_subnet_opcode)) { in generate_sub_request()
775 qstate->env->cfg->client_subnet_opcode); in eval_response()
910 qstate->env->cfg->client_subnet_opcode); in ecs_query_response()
960 qstate->env->cfg->client_subnet_opcode)) && in ecs_edns_back_parsed()
[all …]
/freebsd/contrib/unbound/util/
H A Dconfig_file.h274 uint16_t client_subnet_opcode; member
H A Dconfig_file.c234 cfg->client_subnet_opcode = LDNS_EDNS_CLIENT_SUBNET; in config_create()
/freebsd/contrib/unbound/services/
H A Dmesh.c882 opt = edns_opt_list_find(edns_list, mesh->env->cfg->client_subnet_opcode); in mesh_schedule_prefetch_subnet()
2246 mstate->s.env->cfg->client_subnet_opcode)) != NULL) { in mesh_continue()
/freebsd/contrib/unbound/daemon/
H A Dremote.c6337 COPY_VAR_uint16_t(client_subnet_opcode); in fr_atomic_copy_cfg()