Searched refs:RestartQuestion (Results 1 – 2 of 2) sorted by relevance
5849 if (m->RestartQuestion) in mDNSCoreRestartAddressQueries()5851 m->RestartQuestion->qname.c, DNSTypeName(m->RestartQuestion->qtype)); in mDNSCoreRestartAddressQueries()5853 m->RestartQuestion = m->Questions; in mDNSCoreRestartAddressQueries()5854 while (m->RestartQuestion) in mDNSCoreRestartAddressQueries()5856 q = m->RestartQuestion; in mDNSCoreRestartAddressQueries()5857 m->RestartQuestion = q->next; in mDNSCoreRestartAddressQueries()11612 if (m->RestartQuestion) in CheckSuppressUnusableQuestions()11614 m->RestartQuestion->qname.c, DNSTypeName(m->RestartQuestion->qtype)); in CheckSuppressUnusableQuestions()11615 m->RestartQuestion = m->Questions; in CheckSuppressUnusableQuestions()11616 while (m->RestartQuestion) in CheckSuppressUnusableQuestions()[all …]
2240 … DNSQuestion *RestartQuestion; // Questions that are being restarted (stop followed by start) member