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

/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1159 mDNSu32 rrauth_report; member in struct:__anon26812
H A DmDNS.c223 if (++r->rrauth_totalused >= r->rrauth_report)
226 if (r->rrauth_report < 100) r->rrauth_report += 10;
227 else if (r->rrauth_report < 1000) r->rrauth_report += 100;
228 else r->rrauth_report += 1000;

Completed in 239 milliseconds