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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c2146 if (m->NewQuestions->DelayAnswering) e = m->NewQuestions->DelayAnswering;
H A DmDNSEmbeddedAPI.h1899 mDNSs32 DelayAnswering; // Set if we want to defer answering this question until the cache settles member in struct:DNSQuestion_struct
H A DmDNS.c4524 if (m->NewQuestions->DelayAnswering && m->timenow - m->NewQuestions->DelayAnswering < 0) break;
5827 question->DelayAnswering = CheckForSoonToExpireRecords(m, &question->qname, question->qnamehash, HashSlot(&question->qname));

Completed in 185 milliseconds