HomeSort by relevance Sort by last modified time
    Searched refs:rrauth_report (Results 1 - 2 of 2) sorted by null

  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 1159 mDNSu32 rrauth_report; member in struct:__anon12206
    [all...]
mDNS.c 223 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;
    [all...]

Completed in 132 milliseconds