Home
last modified time | relevance | path

Searched refs:SuppressSending (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNS.c1101 if (m->SuppressSending && m->SuppressProbes - m->SuppressSending < 0) in InitializeLastAPTime()
1102 m->SuppressProbes = NonZeroTime(m->SuppressSending); in InitializeLastAPTime()
1110 m->SuppressSending, in InitializeLastAPTime()
1111 m->SuppressSending - m->timenow); in InitializeLastAPTime()
3139 …if (!m->SuppressSending) m->SuppressSending = NonZeroTime(m->timenow + (mDNSPlatformOneSecond+9)/1… in SendResponses()
4062 …if (!m->SuppressSending) m->SuppressSending = NonZeroTime(m->timenow + (mDNSPlatformOneSecond+9)/1… in SendQueries()
5688 …(m->mDNSPlatformStatus == mStatus_NoError && (m->SuppressSending == 0 || m->timenow - m->SuppressS… in mDNS_Execute()
5696 m->SuppressSending = 0; in mDNS_Execute()
8029 …if (delayresponse && (!m->SuppressSending || (m->SuppressSending - m->timenow) < (delayresponse + … in ProcessQuery()
8032 mDNSs32 oldss = m->SuppressSending; in ProcessQuery()
[all …]
H A DDNSCommon.c3784 if (m->SuppressSending) in GetNextScheduledEvent()
3786 if (e - m->SuppressSending > 0) e = m->SuppressSending; in GetNextScheduledEvent()
3853 if (m->SuppressSending && m->timenow - m->SuppressSending >= 0) in ShowTaskSchedulingError()
3854 … LogTSE("Task Scheduling Error: m->SuppressSending %d", m->timenow - m->SuppressSending); in ShowTaskSchedulingError()
H A DmDNSEmbeddedAPI.h2195 mDNSs32 SuppressSending; // Don't send local-link mDNS packets during this time member
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.c6058 LogTimerToFD(fd, "m->SuppressSending ", m->SuppressSending); in udsserver_info_dump_to_fd()