Searched refs:SuppressSending (Results 1 – 4 of 4) sorted by relevance
1101 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 …]
3784 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()
2195 mDNSs32 SuppressSending; // Don't send local-link mDNS packets during this time member
6058 LogTimerToFD(fd, "m->SuppressSending ", m->SuppressSending); in udsserver_info_dump_to_fd()