Searched refs:rrcache_active (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c3983 if (!rr->CRActiveQuestion) m->rrcache_active++; // If not previously active, increment rrcache_active count
4455 m->rrcache_active--;
4825 if (m->rrcache_size > 5000 && m->rrcache_size / 32 > m->rrcache_active)
4826 LogInfo("Possible denial-of-service attack in progress: m->rrcache_size %lu; m->rrcache_active %lu",
4827 m->rrcache_size, m->rrcache_active);
11129 if (!qptr) m->rrcache_active--; // If no longer active, decrement rrcache_active count
11868 if (!q) m->rrcache_active--; // If no longer active, decrement rrcache_active coun
15114 mDNSu32 rrcache_active = 0; local
[all...]
H A Duds_daemon.c5806 if (m->rrcache_active != CacheActive)
5807 LogMsgNoIdent("Cache use mismatch: rrcache_active is %lu, true count %lu", m->rrcache_active, CacheActive);
H A DmDNSEmbeddedAPI.h2367 mDNSu32 rrcache_active; // Number of cache entries currently occupied by records that answer active questions member in struct:mDNS_struct

Completed in 114 milliseconds