OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rrauth_report
(Results
1 - 2
of
2
) sorted by null
/external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h
1159
mDNSu32
rrauth_report
;
member in struct:__anon24493
[
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 565 milliseconds