Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSCore/
DmDNS.c742 if (m->SuppressSending && m->SuppressProbes - m->SuppressSending < 0) in InitializeLastAPTime()
743 m->SuppressProbes = NonZeroTime(m->SuppressSending); in InitializeLastAPTime()
751 m->SuppressSending, in InitializeLastAPTime()
752 m->SuppressSending - m->timenow); in InitializeLastAPTime()
2424 …if (!m->SuppressSending) m->SuppressSending = NonZeroTime(m->timenow + (mDNSPlatformOneSecond+9)/1… in SendResponses()
3201 …if (!m->SuppressSending) m->SuppressSending = NonZeroTime(m->timenow + (mDNSPlatformOneSecond+9)/1… in SendQueries()
4474 …(m->mDNSPlatformStatus == mStatus_NoError && (m->SuppressSending == 0 || m->timenow - m->SuppressS… in mDNS_Execute()
4482 m->SuppressSending = 0; in mDNS_Execute()
6087 …if (delayresponse && (!m->SuppressSending || (m->SuppressSending - m->timenow) < (delayresponse + … in ProcessQuery()
6090 mDNSs32 oldss = m->SuppressSending; in ProcessQuery()
[all …]
DDNSCommon.c2744 if (m->SuppressSending) in GetNextScheduledEvent()
2746 if (e - m->SuppressSending > 0) e = m->SuppressSending; in GetNextScheduledEvent()
2807 if (m->SuppressSending && m->timenow - m->SuppressSending >= 0) in ShowTaskSchedulingError()
2808 LogMsg("Task Scheduling Error: m->SuppressSending %d", m->timenow - m->SuppressSending); in ShowTaskSchedulingError()
DmDNSEmbeddedAPI.h1825 mDNSs32 SuppressSending; // Don't send local-link mDNS packets during this time member
/external/mdnsresponder/mDNSShared/
Duds_daemon.c4561 LogTimer("m->SuppressSending ", m->SuppressSending); in udsserver_info()