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.c3695 for (q = m->Questions; q && q != m->NewQuestions; q=q->next) in SendQueries()
4491 for (q = m->Questions; q && q != m->NewQuestions; q=q->next) in CacheRecordAdd()
4971 m->NewQuestions = q->next; in AnswerNewQuestion()
5581 for (i=0; m->NewQuestions && i<1000; i++) in mDNS_Execute()
5583 … if (m->NewQuestions->DelayAnswering && m->timenow - m->NewQuestions->DelayAnswering < 0) break; in mDNS_Execute()
11461 for (q = m->NewQuestions; q; q = q->next) in IsQuestionNew()
12074 if (!m->NewQuestions) in mDNS_StartQuery_internal()
12075 m->NewQuestions = question; in mDNS_StartQuery_internal()
12243 if (m->NewQuestions == question) in mDNS_StopQuery_internal()
12247 m->NewQuestions = question->next; in mDNS_StopQuery_internal()
[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()