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

/external/mdnsresponder/mDNSCore/
H A DmDNS.c3339 if (!rr->CRActiveQuestion) m->rrcache_active++; // If not previously active, increment rrcache_active count
3744 m->rrcache_active--;
4052 if (m->rrcache_size > 5000 && m->rrcache_size / 32 > m->rrcache_active)
4053 LogInfo("Possible denial-of-service attack in progress: m->rrcache_size %lu; m->rrcache_active %lu",
4054 m->rrcache_size, m->rrcache_active);
8140 if (!qptr) m->rrcache_active--; // If no longer active, decrement rrcache_active count
8585 if (!q) m->rrcache_active--; // If no longer active, decrement rrcache_active coun
11436 mDNSu32 rrcache_active = 0; local
[all...]
H A DmDNSEmbeddedAPI.h1848 mDNSu32 rrcache_active; // Number of cache entries currently occupied by records that answer active questions member in struct:mDNS_struct

Completed in 90 milliseconds