Searched defs:quotaresp (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dresolver.c495 isc_result_t quotaresp[2]; member in struct:dns_resolver
3479 result = res->quotaresp[dns_quotatype_server];
4415 result = fctx->res->quotaresp[dns_quotatype_zone];
8896 res->quotaresp[dns_quotatype_zone] = DNS_R_DROP;
8897 res->quotaresp[dns_quotatype_server] = DNS_R_SERVFAIL;
10310 resolver->quotaresp[which] = resp;
10319 return (resolver->quotaresp[which]);

Completed in 41 milliseconds