Searched refs:Questions (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c604 m->CurrentQuestion = m->Questions;
3364 m->CurrentQuestion = m->Questions;
3416 for (q = m->Questions; q && q != m->NewQuestions; q=q->next)
3599 for (q = m->Questions; q && q != m->NewQuestions; q=q->next)
3708 for (q = m->Questions; q; q = q->next)
3826 for (q = m->Questions; q; q=q->next)
4066 m->CurrentQuestion = m->Questions;
4153 for (q = m->Questions; q && q != m->NewQuestions; q=q->next)
4202 m->CurrentQuestion = m->Questions;
4232 m->CurrentQuestion = m->Questions;
[all...]
H A DuDNS.c378 for (q = m->Questions; q; q=q->next)
457 for (q = m->Questions; q; q=q->next)
1162 for (q = m->Questions; q; q = q->next)
3985 for (q = m->Questions; q; q=q->next)
4028 for (qptr = m->Questions; qptr; qptr = qptr->next)
5188 m->CurrentQuestion = m->Questions;
5722 // restart the questions immediately. Questions are restarted as part of
5793 for (q = m->Questions; q; q = q->next)
5803 LogInfo("RetrySearchDomainQuestions: Questions with AppendSearchDomain not found");
H A Duds_daemon.c4188 for (q = mDNSStorage.Questions; q; q = q->next)
5828 LogMsgNoIdent("---------- Questions -----------");
5829 if (!m->Questions) LogMsgNoIdent("<None>");
5836 for (q = m->Questions; q; q=q->next)
5856 LogMsgNoIdent("----- Local-Only Questions -----");
H A DmDNSEmbeddedAPI.h2357 DNSQuestion *Questions; // List of all registered questions, active and inactive member in struct:mDNS_struct
2360 DNSQuestion *LocalOnlyQuestions; // Questions with InterfaceID set to mDNSInterface_LocalOnly or mDNSInterface_P2P
2362 DNSQuestion *RestartQuestion; // Questions that are being restarted (stop followed by start)
2363 DNSQuestion *ValidationQuestion; // Questions that are being validated (dnssec)

Completed in 145 milliseconds