Searched refs:ecs_client_in (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.sbin/unbound/edns-subnet/
H A Dsubnetmod.c365 struct ecs_data *edns = &sq->ecs_client_in;
458 struct ecs_data *ecs = &sq->ecs_client_in;
530 struct ecs_data *c_in = &sq->ecs_client_in; /* rcvd from client */
829 if(!parse_subnet_option(ecs_opt, &sq->ecs_client_in)) {
842 &sq->ecs_client_in, qstate->env->cfg);
847 &sq->ecs_client_in, qstate->env->cfg);
850 if(sq->ecs_client_in.subnet_validdata == 0) {
860 if(sq->ecs_client_in.subnet_source_mask != 0 && (
861 (sq->ecs_client_in.subnet_addr_fam == EDNSSUBNET_ADDRFAM_IP4 &&
862 sq->ecs_client_in
[all...]
H A Dsubnetmod.h81 struct ecs_data ecs_client_in; member in struct:subnet_qstate

Completed in 107 milliseconds