Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c2864 ((RR)->CRActiveQuestion == mDNSNULL ) ? (60 * mDNSPlatformOneSecond) : \
2890 if (rr->CRActiveQuestion && rr->UnansweredQueries < MaxUnansweredQueries) in SetNextCacheCheckTimeForRecord()
2925 RRExpireTime(rr) - m->timenow, CRDisplayString(m, rr), rr->CRActiveQuestion); in mDNS_Reconfirm_internal()
3277 if (cr->CRActiveQuestion && cr->UnansweredQueries < MaxUnansweredQueries) in SendQueries()
3282 q = cr->CRActiveQuestion; in SendQueries()
3769 if (cr->CRActiveQuestion && cr->UnansweredQueries < MaxUnansweredQueries) in SendQueries()
3774 cr->CRActiveQuestion->SendQNow = mDNSNULL; in SendQueries()
3913 if (AddRecord == QC_add && !q->DuplicateOf && rr->CRActiveQuestion != q) in AnswerCurrentQuestionWithResourceRecord()
3915 …if (!rr->CRActiveQuestion) m->rrcache_active++; // If not previously active, increment rrcache_act… in AnswerCurrentQuestionWithResourceRecord()
3917 rr->CRActiveQuestion, q, CRDisplayString(m,rr), q->CurrentAnswers); in AnswerCurrentQuestionWithResourceRecord()
[all …]
H A DmDNSEmbeddedAPI.h1649 …DNSQuestion *CRActiveQuestion; // Points to an active question referencing this answer. Can n… member
H A Duds_daemon.c5606 cr->CRActiveQuestion ? "*" : " ", in PrintOneCacheRecord()
5744 if (cr->CRActiveQuestion) CacheActive++; in udsserver_info()
H A DDNSCommon.c3459 rr->CRActiveQuestion = mDNSNULL; in GetLargeResourceRecord()