Searched refs:RestartQuestion (Results 1 – 2 of 2) sorted by relevance
5383 if (m->RestartQuestion) in mDNSCoreRestartAddressQueries()5385 m->RestartQuestion->qname.c, DNSTypeName(m->RestartQuestion->qtype)); in mDNSCoreRestartAddressQueries()5387 m->RestartQuestion = m->Questions; in mDNSCoreRestartAddressQueries()5388 while (m->RestartQuestion) in mDNSCoreRestartAddressQueries()5390 q = m->RestartQuestion; in mDNSCoreRestartAddressQueries()5391 m->RestartQuestion = q->next; in mDNSCoreRestartAddressQueries()11262 if (m->RestartQuestion) in CheckSuppressUnusableQuestions()11264 m->RestartQuestion->qname.c, DNSTypeName(m->RestartQuestion->qtype)); in CheckSuppressUnusableQuestions()11265 m->RestartQuestion = m->Questions; in CheckSuppressUnusableQuestions()11266 while (m->RestartQuestion) in CheckSuppressUnusableQuestions()[all …]
2346 … DNSQuestion *RestartQuestion; // Questions that are being restarted (stop followed by start) member