HomeSort by: relevance | last modified time | path
    Searched refs:RestartQuestion (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c 7116 // *any* other question which could be the next one that we may process here. RestartQuestion
7120 if (m->RestartQuestion)
7121 LogMsg("mDNSCoreRestartAddressQueries: ERROR!! m->RestartQuestion already set: %##s (%s)",
7122 m->RestartQuestion->qname.c, DNSTypeName(m->RestartQuestion->qtype));
7124 m->RestartQuestion = m->Questions;
7125 while (m->RestartQuestion)
7127 q = m->RestartQuestion;
7128 m->RestartQuestion = q->next;
14757 // *any* other question which could be the next one that we may process here. RestartQuestion
    [all...]
mDNSEmbeddedAPI.h 2437 DNSQuestion *RestartQuestion; // Questions that are being restarted (stop followed by start)

Completed in 28 milliseconds