Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNS.c247 if (cr->CRActiveQuestion) in mDNS_ValidateLists()
249 for (q = m->Questions; q; q=q->next) if (q == cr->CRActiveQuestion) break; in mDNS_ValidateLists()
250 …ot %lu: CRActiveQuestion %p not in m->Questions list %s", slot, cr->CRActiveQuestion, CRDisplayStr… in mDNS_ValidateLists()
3209 ((CR)->CRActiveQuestion == mDNSNULL ) ? (60 * mDNSPlatformOneSecond) : \
3235 if (rr->CRActiveQuestion && rr->UnansweredQueries < MaxUnansweredQueries) in SetNextCacheCheckTimeForRecord()
3275 RRExpireTime(rr) - m->timenow, CRDisplayString(m, rr), rr->CRActiveQuestion); in mDNS_Reconfirm_internal()
3625 if (cr->CRActiveQuestion && cr->UnansweredQueries < MaxUnansweredQueries) in SendQueries()
3630 q = cr->CRActiveQuestion; in SendQueries()
4098 if (cr->CRActiveQuestion && cr->UnansweredQueries < MaxUnansweredQueries) in SendQueries()
4103 cr->CRActiveQuestion->SendQNow = mDNSNULL; in SendQueries()
[all …]
H A DmDNSEmbeddedAPI.h1556 …DNSQuestion *CRActiveQuestion; // Points to an active question referencing this answer. Can n… member
H A DDNSCommon.c3177 rr->CRActiveQuestion = mDNSNULL; in GetLargeResourceRecord()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.c5726 cr->CRActiveQuestion ? "*" : " ", in PrintOneCacheRecordToFD()
5820 if (cr->CRActiveQuestion) CacheActive++; in udsserver_info_dump_to_fd()