Lines Matching defs:flapping
12806 mDNSexport mStatus mDNS_RegisterInterface(mDNS *const m, NetworkInterfaceInfo *set, mDNSBool flapping)
12876 // In the case of a flapping interface, we pause for five seconds, and reduce the announcement count to one packet.
12877 const mDNSs32 probedelay = flapping ? mDNSPlatformOneSecond * 5 : mDNSPlatformOneSecond / 2;
12878 const mDNSu8 numannounce = flapping ? (mDNSu8)1 : InitialAnnounceCount;
12892 if (flapping)
12917 // If flapping, delay between first and second queries is nine seconds instead of one second
12918 mDNSBool dodelay = flapping && (q->FlappingInterface1 == set->InterfaceID || q->FlappingInterface2 == set->InterfaceID);
12970 mDNSexport void mDNS_DeregisterInterface(mDNS *const m, NetworkInterfaceInfo *set, mDNSBool flapping)
13028 if (set->McastTxRx && flapping)
13052 // If this interface is deemed flapping,
13054 if (set->McastTxRx && flapping)
13056 // For a flapping interface we want these record to go away after 30 seconds