Home
last modified time | relevance | path

Searched refs:RestartQuestion (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNS.c5849 if (m->RestartQuestion) in mDNSCoreRestartAddressQueries()
5851 m->RestartQuestion->qname.c, DNSTypeName(m->RestartQuestion->qtype)); in mDNSCoreRestartAddressQueries()
5854 while (m->RestartQuestion) in mDNSCoreRestartAddressQueries()
5856 q = m->RestartQuestion; in mDNSCoreRestartAddressQueries()
11612 if (m->RestartQuestion) in CheckSuppressUnusableQuestions()
11614 m->RestartQuestion->qname.c, DNSTypeName(m->RestartQuestion->qtype)); in CheckSuppressUnusableQuestions()
11616 while (m->RestartQuestion) in CheckSuppressUnusableQuestions()
11618 q = m->RestartQuestion; in CheckSuppressUnusableQuestions()
11649 if (m->RestartQuestion) in RestartUnicastQuestions()
11651 m->RestartQuestion->qname.c, DNSTypeName(m->RestartQuestion->qtype)); in RestartUnicastQuestions()
[all …]
H A DmDNSEmbeddedAPI.h2240 … DNSQuestion *RestartQuestion; // Questions that are being restarted (stop followed by start) member