Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c3899 if (m->NewQuestions) in GetNextScheduledEvent()
3901 if (m->NewQuestions->DelayAnswering) e = m->NewQuestions->DelayAnswering; in GetNextScheduledEvent()
3947 …if (m->NewQuestions && (!m->NewQuestions->DelayAnswering || m->timenow - m->NewQuestions->DelayAns… in ShowTaskSchedulingError()
3949 m->NewQuestions->qname.c, DNSTypeName(m->NewQuestions->qtype)); in ShowTaskSchedulingError()
H A DmDNS.c597 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in AnswerInterfaceAnyQuestionsWithLocalAuthRecord()
3322 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in SendQueries()
3373 for (q = m->Questions; q && q != m->NewQuestions; q=q->next) in SendQueries()
3556 for (q = m->Questions; q && q != m->NewQuestions; q=q->next) in SendQueries()
3788 …for (x = m->NewQuestions; x; x=x->next) if (x == q) break; // Check if this question is a NewQues… in SendQueries()
3999 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in CacheRecordDeferredAdd()
4085 for (q = m->Questions; q && q != m->NewQuestions; q=q->next) in CacheRecordAdd()
4134 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in CacheRecordAdd()
4195 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in CacheRecordRmv()
4535 DNSQuestion *const q = m->NewQuestions; // Grab the question we're going to answer in AnswerNewQuestion()
[all …]
H A Duds_daemon.c5971 if (!m->NewQuestions) in udsserver_info()
5975 m->NewQuestions->DelayAnswering, m->NewQuestions->DelayAnswering-now, in udsserver_info()
5976 m->NewQuestions->qname.c, DNSTypeName(m->NewQuestions->qtype)); in udsserver_info()
H A DmDNSEmbeddedAPI.h2342 DNSQuestion *NewQuestions; // Fresh questions not yet answered from cache member
H A DuDNS.c5151 while (m->CurrentQuestion && m->CurrentQuestion != m->NewQuestions) in uDNS_Tasks()