HomeSort by: relevance | last modified time | path
    Searched refs:subnet_qstate (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/unbound/dist/edns-subnet/
subnetmod.c 97 struct subnet_qstate *sq = (struct subnet_qstate*)regional_alloc(
98 qstate->region, sizeof(struct subnet_qstate));
153 struct subnet_qstate *sq;
156 if(!(sq=(struct subnet_qstate*)qstate->minfo[id]))
396 struct subnet_qstate *sq = (struct subnet_qstate*)qstate->minfo[id];
405 ((struct subnet_qstate*)qstate->minfo[id])->qinfo_hash_calculated?
406 ((struct subnet_qstate*)qstate->minfo[id])->qinfo_hash :
528 lookup_and_reply(struct module_qstate *qstate, int id, struct subnet_qstate *sq, int prefetch
    [all...]
subnetmod.h 86 struct subnet_qstate { struct

Completed in 17 milliseconds