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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c5448 // *any* other question which could be the next one that we may process here. RestartQuestion
5452 if (m->RestartQuestion)
5453 LogMsg("mDNSCoreRestartAddressQueries: ERROR!! m->RestartQuestion already set: %##s (%s)",
5454 m->RestartQuestion->qname.c, DNSTypeName(m->RestartQuestion->qtype));
5456 m->RestartQuestion = m->Questions;
5457 while (m->RestartQuestion)
5459 q = m->RestartQuestion;
5460 m->RestartQuestion = q->next;
11280 // *any* other question which could be the next one that we may process here. RestartQuestion
[all...]
H A DmDNSEmbeddedAPI.h2362 DNSQuestion *RestartQuestion; // Questions that are being restarted (stop followed by start) member in struct:mDNS_struct

Completed in 124 milliseconds