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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c2910 ((RR)->CRActiveQuestion == mDNSNULL ) ? (60 * mDNSPlatformOneSecond) : \
2929 // rr->CRActiveQuestion
2936 if (rr->CRActiveQuestion && rr->UnansweredQueries < MaxUnansweredQueries)
2971 RRExpireTime(rr) - m->timenow, CRDisplayString(m, rr), rr->CRActiveQuestion);
3320 if (cr->CRActiveQuestion && cr->UnansweredQueries < MaxUnansweredQueries)
3325 q = cr->CRActiveQuestion;
3812 if (cr->CRActiveQuestion && cr->UnansweredQueries < MaxUnansweredQueries)
3817 cr->CRActiveQuestion->SendQNow = mDNSNULL;
3981 if (AddRecord == QC_add && !q->DuplicateOf && rr->CRActiveQuestion != q)
3983 if (!rr->CRActiveQuestion)
[all...]
H A Duds_daemon.c5659 cr->CRActiveQuestion ? "*" : " ",
5797 if (cr->CRActiveQuestion) CacheActive++;
H A DmDNSEmbeddedAPI.h1647 DNSQuestion *CRActiveQuestion; // Points to an active question referencing this answer. Can never point to a NewQuestion. member in struct:CacheRecord_struct
H A DDNSCommon.c3451 rr->CRActiveQuestion = mDNSNULL;

Completed in 144 milliseconds