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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c3278 if (!m->SuppressSending) m->SuppressSending = NonZeroTime(m->timenow + (mDNSPlatformOneSecond+9)/10);
3864 if (!m->SuppressSending) m->SuppressSending = NonZeroTime(m->timenow + (mDNSPlatformOneSecond+9)/10);
4542 else if (m->SuppressSending == 0 || m->timenow - m->SuppressSending >= 0)
4550 m->SuppressSending = 0;
5200 if (delayresponse && (!m->SuppressSending || (m->SuppressSending - m->timenow) < (delayresponse + 49) / 50))
5203 mDNSs32 oldss = m->SuppressSending;
[all...]
H A DDNSCommon.c2151 if (m->SuppressSending) return(m->SuppressSending);
H A DmDNSEmbeddedAPI.h2143 mDNSs32 SuppressSending; // Don't send *any* packets during this time member in struct:mDNS_struct
2153 mDNSBool SendImmediateAnswers; // Set if we need to send answers (immediately -- or as soon as SuppressSending clears)

Completed in 123 milliseconds