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()
3630 q = cr->CRActiveQuestion; in SendQueries()
4103 cr->CRActiveQuestion->SendQNow = mDNSNULL; in SendQueries()
4319 if (!rr->CRActiveQuestion) in AnswerCurrentQuestionWithResourceRecord()
4774 DNSQuestion *q = rr->CRActiveQuestion; in CheckCacheExpiration()
8386 if (rr->CRActiveQuestion == q) in GrantCacheExtensions()
10556 cr->CRActiveQuestion = mDNSNULL; in MakeNegativeCacheRecord()
12203 if (cr->CRActiveQuestion == question) in mDNS_StopQuery_internal()
15099 if (cr->CRActiveQuestion) in uDNS_SetupDNSConfig()
15102 …ptr = GetServerForName(m, cr->resrec.name, cr->CRActiveQuestion->InterfaceID, cr->CRActiveQuestion in uDNS_SetupDNSConfig()
[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()