Home
last modified time | relevance | path

Searched refs:NewQuestions (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DDNSCommon.c3755 if (m->NewQuestions) in GetNextScheduledEvent()
3757 if (m->NewQuestions->DelayAnswering) e = m->NewQuestions->DelayAnswering; in GetNextScheduledEvent()
3813 …if (m->NewQuestions && (!m->NewQuestions->DelayAnswering || m->timenow - m->NewQuestions->DelayAns… in ShowTaskSchedulingError()
3815 m->NewQuestions->qname.c, DNSTypeName(m->NewQuestions->qtype)); in ShowTaskSchedulingError()
H A DmDNS.c809 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in AnswerInterfaceAnyQuestionsWithLocalAuthRecord()
3666 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in SendQueries()
3695 for (q = m->Questions; q && q != m->NewQuestions; q=q->next) in SendQueries()
3879 for (q = m->Questions; q && q != m->NewQuestions; q=q->next) in SendQueries()
4117 …for (x = m->NewQuestions; x; x=x->next) if (x == q) break; // Check if this question is a NewQues… in SendQueries()
4444 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in CacheRecordDeferredAdd()
4491 for (q = m->Questions; q && q != m->NewQuestions; q=q->next) in CacheRecordAdd()
4543 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in CacheRecordAdd()
4604 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in CacheRecordRmv()
4961 DNSQuestion *const q = m->NewQuestions; // Grab the question we're going to answer in AnswerNewQuestion()
[all …]
H A DmDNSEmbeddedAPI.h2236 DNSQuestion *NewQuestions; // Fresh questions not yet answered from cache member
H A DuDNS.c4993 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in uDNS_Tasks()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.c6002 if (!m->NewQuestions) in udsserver_info_dump_to_fd()
6006 m->NewQuestions->DelayAnswering, m->NewQuestions->DelayAnswering-now, in udsserver_info_dump_to_fd()
6007 m->NewQuestions->qname.c, DNSTypeName(m->NewQuestions->qtype)); in udsserver_info_dump_to_fd()