Lines Matching refs:flapping
12847 mDNSexport mStatus mDNS_RegisterInterface(mDNS *const m, NetworkInterfaceInfo *set, mDNSBool flapping)
12917 // In the case of a flapping interface, we pause for five seconds, and reduce the announcement count to one packet.
12918 const mDNSs32 probedelay = flapping ? mDNSPlatformOneSecond * 5 : mDNSPlatformOneSecond / 2;
12919 const mDNSu8 numannounce = flapping ? (mDNSu8)1 : InitialAnnounceCount;
12933 if (flapping)
12958 // If flapping, delay between first and second queries is nine seconds instead of one second
12959 mDNSBool dodelay = flapping && (q->FlappingInterface1 == set->InterfaceID || q->FlappingInterface2 == set->InterfaceID);
13011 mDNSexport void mDNS_DeregisterInterface(mDNS *const m, NetworkInterfaceInfo *set, mDNSBool flapping)
13071 if (set->McastTxRx && flapping)
13095 // If this interface is deemed flapping,
13097 if (set->McastTxRx && flapping)
13099 // For a flapping interface we want these record to go away after 30 seconds