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

/openbsd-current/usr.sbin/unbound/edns-subnet/
H A Dsubnetmod.c93 struct subnet_qstate *sq = (struct subnet_qstate*)regional_alloc(
94 qstate->region, sizeof(struct subnet_qstate));
149 struct subnet_qstate *sq;
152 if(!(sq=(struct subnet_qstate*)qstate->minfo[id]))
363 struct subnet_qstate *sq = (struct subnet_qstate*)qstate->minfo[id];
372 ((struct subnet_qstate*)qstate->minfo[id])->qinfo_hash_calculated?
373 ((struct subnet_qstate*)qstate->minfo[id])->qinfo_hash :
451 lookup_and_reply(struct module_qstate *qstate, int id, struct subnet_qstate *s
[all...]
H A Dsubnetmod.h76 struct subnet_qstate { struct

Completed in 161 milliseconds