Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DDNSCommon.c3760 if (m->NewLocalOnlyQuestions) return(m->timenow); in GetNextScheduledEvent()
3817 if (m->NewLocalOnlyQuestions) in ShowTaskSchedulingError()
3819 m->NewLocalOnlyQuestions->qname.c, DNSTypeName(m->NewLocalOnlyQuestions->qtype)); in ShowTaskSchedulingError()
H A DmDNS.c843 while (m->CurrentQuestion && m->CurrentQuestion != m->NewLocalOnlyQuestions) in AnswerAllLocalQuestionsWithLocalAuthRecord()
5135 DNSQuestion *q = m->NewLocalOnlyQuestions; // Grab the question we're going to answer in AnswerNewLocalOnlyQuestion()
5137 …m->NewLocalOnlyQuestions = q->next; // Advance NewLocalOnlyQuestions to the next (if a… in AnswerNewLocalOnlyQuestion()
5606 for (i=0; m->NewLocalOnlyQuestions && i<1000; i++) AnswerNewLocalOnlyQuestion(m); in mDNS_Execute()
12069 if (!m->NewLocalOnlyQuestions) in mDNS_StartQuery_internal()
12070 m->NewLocalOnlyQuestions = question; in mDNS_StartQuery_internal()
12250 if (m->NewLocalOnlyQuestions == question) m->NewLocalOnlyQuestions = question->next; in mDNS_StopQuery_internal()
14570 m->NewLocalOnlyQuestions = mDNSNULL; in mDNS_InitStorage()
H A DmDNSEmbeddedAPI.h2239 DNSQuestion *NewLocalOnlyQuestions; // Fresh local-only or P2P questions not yet answered member
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.c6009 if (!m->NewLocalOnlyQuestions) in udsserver_info_dump_to_fd()
6013 m->NewLocalOnlyQuestions->qname.c, DNSTypeName(m->NewLocalOnlyQuestions->qtype)); in udsserver_info_dump_to_fd()