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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c4603 mDNSBool ShouldQueryImmediately = mDNStrue; local
4692 ShouldQueryImmediately = mDNSfalse;
4701 ShouldQueryImmediately = mDNSfalse;
4721 if (ShouldQueryImmediately && ActiveQuestion(q))
4723 debugf("AnswerNewQuestion: ShouldQueryImmediately %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
4739 // ShouldQueryImmediately -- we still need to make sure we set m->NextScheduledQuery correctly.

Completed in 86 milliseconds