• Home
  • Raw
  • Download

Lines Matching refs:SuppressSending

742 			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()
6092 …LogMsg("Current SuppressSending delay%5ld; require%5ld", m->SuppressSending - m->timenow, (delayre… in ProcessQuery()
6107 …m->SuppressSending = m->timenow + (delayresponse + (mDNSs32)mDNSRandom((mDNSu32)mDNSPlatformOneSec… in ProcessQuery()
6108 if (m->SuppressSending == 0) m->SuppressSending = 1; in ProcessQuery()
6111 LogMsg("Set SuppressSending to %5ld", m->SuppressSending - m->timenow); in ProcessQuery()
9505 …if (!m->SuppressSending) m->SuppressSending = m->timenow + (mDNSs32)mDNSRandom((mDNSu32)InitialQue… in mDNS_RegisterInterface()
10650 m->SuppressSending = timenow; in mDNS_Init()
11414 m->SuppressSending = 0; in mDNS_StartExit()