Home
last modified time | relevance | path

Searched refs:CRActiveQuestion (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c3341 ((RR)->CRActiveQuestion == mDNSNULL ) ? (60 * mDNSPlatformOneSecond) : \
3358 if (rr->CRActiveQuestion && rr->UnansweredQueries < MaxUnansweredQueries) in SetNextCacheCheckTime()
3626 if (rr->CRActiveQuestion && rr->UnansweredQueries < MaxUnansweredQueries) in SendQueries()
3629 q = rr->CRActiveQuestion; in SendQueries()
3898 …if (cr->CRActiveQuestion && cr->UnansweredQueries < MaxUnansweredQueries && m->timenow - cr->NextR… in SendQueries()
3901 cr->CRActiveQuestion->SendQNow = mDNSNULL; in SendQueries()
3934 if (ActiveQuestion(q) && rr->CRActiveQuestion != q) in AnswerQuestionWithResourceRecord()
3936 …if (!rr->CRActiveQuestion) m->rrcache_active++; // If not previously active, increment rrcache_act… in AnswerQuestionWithResourceRecord()
3937 rr->CRActiveQuestion = q; // We know q is non-null in AnswerQuestionWithResourceRecord()
4178 …if (rr->CRActiveQuestion) // If this record has one or more active questions, tell them it's going… in CheckCacheExpiration()
[all …]
H A DmDNSEmbeddedAPI.h1677 DNSQuestion *CRActiveQuestion; // Points to an active question referencing this answer member
H A Duds_daemon.c1190 if (rr->CRActiveQuestion) CacheActive++; in udsserver_info()
1193 rr->CRActiveQuestion ? "*" : " ", in udsserver_info()
H A DDNSCommon.c1867 rr->CRActiveQuestion = mDNSNULL; in GetLargeResourceRecord()