Searched refs:RestartQuestion (Results 1 – 2 of 2) sorted by relevance
4649 if (m->RestartQuestion) in mDNSCoreRestartAddressQueries()4651 m->RestartQuestion->qname.c, DNSTypeName(m->RestartQuestion->qtype)); in mDNSCoreRestartAddressQueries()4653 m->RestartQuestion = m->Questions; in mDNSCoreRestartAddressQueries()4654 while (m->RestartQuestion) in mDNSCoreRestartAddressQueries()4656 q = m->RestartQuestion; in mDNSCoreRestartAddressQueries()4657 m->RestartQuestion = q->next; in mDNSCoreRestartAddressQueries()8235 if (m->RestartQuestion) in CheckSuppressUnusableQuestions()8237 m->RestartQuestion->qname.c, DNSTypeName(m->RestartQuestion->qtype)); in CheckSuppressUnusableQuestions()8238 m->RestartQuestion = m->Questions; in CheckSuppressUnusableQuestions()8239 while (m->RestartQuestion) in CheckSuppressUnusableQuestions()[all …]
1856 DNSQuestion *RestartQuestion; // Questions that are being restarted (stop followed by start) member