Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c3936 …if (!rr->CRActiveQuestion) m->rrcache_active++; // If not previously active, increment rrcache_act… in AnswerQuestionWithResourceRecord()
4181 m->rrcache_active--; in CheckCacheExpiration()
4345 if (m->rrcache_size >= 512 && m->rrcache_size / 32 > m->rrcache_active) in GetCacheEntity()
4347 m->rrcache_size, m->rrcache_active); in GetCacheEntity()
5908 if (!q) m->rrcache_active--; // If no longer active, decrement rrcache_active count in mDNS_StopQuery_internal()
7252 m->rrcache_active = 0; in mDNS_Init()
7299 mDNSu32 rrcache_active = 0; in mDNS_Close() local
7320 if (rr->CRActiveQuestion) rrcache_active++; in mDNS_Close()
7327 …debugf("mDNS_Close: RR Cache was using %ld records, %lu active", rrcache_totalused, rrcache_active in mDNS_Close()
7328 if (rrcache_active != m->rrcache_active) in mDNS_Close()
[all …]
H A DmDNSEmbeddedAPI.h2164 …mDNSu32 rrcache_active; // Number of cache entries currently occupied by records that answer ac… member
H A Duds_daemon.c1205 if (m->rrcache_active != CacheActive) in udsserver_info()
1206 …LogMsgNoIdent("Cache use mismatch: rrcache_active is %lu, true count %lu", m->rrcache_active, Cach… in udsserver_info()