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

/external/mdnsresponder/mDNSCore/
H A DmDNS.c4645 // *any* other question which could be the next one that we may process here. RestartQuestion
4649 if (m->RestartQuestion)
4650 LogMsg("mDNSCoreRestartAddressQueries: ERROR!! m->RestartQuestion already set: %##s (%s)",
4651 m->RestartQuestion->qname.c, DNSTypeName(m->RestartQuestion->qtype));
4653 m->RestartQuestion = m->Questions;
4654 while (m->RestartQuestion)
4656 q = m->RestartQuestion;
4657 m->RestartQuestion = q->next;
8232 // *any* other question which could be the next one that we may process here. RestartQuestion
[all...]
H A DmDNSEmbeddedAPI.h1845 DNSQuestion *RestartQuestion; // Questions that are being restarted (stop followed by start) member in struct:mDNS_struct

Completed in 84 milliseconds