Searched defs:flapping (Results 1 - 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c3115 void mDNS_DeregisterInterface(mDNS *const m, NetworkInterfaceInfo *set, mDNSBool flapping) argument
3116 { ( void ) m; ( void ) set; ( void ) flapping; }
3122 mStatus mDNS_RegisterInterface(mDNS *const m, NetworkInterfaceInfo *set, mDNSBool flapping) argument
3123 { ( void ) m; ( void ) set; ( void ) flapping; return 0; }
/external/mdnsresponder/mDNSCore/
H A DmDNS.c9422 mDNSexport mStatus mDNS_RegisterInterface(mDNS *const m, NetworkInterfaceInfo *set, mDNSBool flapping) argument
9491 // In the case of a flapping interface, we pause for five seconds, and reduce the announcement count to one packet.
9492 const mDNSs32 probedelay = flapping ? mDNSPlatformOneSecond * 5 : mDNSPlatformOneSecond / 2;
9493 const mDNSu8 numannounce = flapping ? (mDNSu8)1 : InitialAnnounceCount;
9507 if (flapping) LogMsg("mDNS_RegisterInterface: Frequent transitions for interface %s (%#a)", set->ifname, &set->ip);
9525 // If flapping, delay between first and second queries is nine seconds instead of one second
9526 mDNSBool dodelay = flapping && (q->FlappingInterface1 == set->InterfaceID || q->FlappingInterface2 == set->InterfaceID);
9568 mDNSexport void mDNS_DeregisterInterface(mDNS *const m, NetworkInterfaceInfo *set, mDNSBool flapping) argument
9625 if (set->McastTxRx && flapping)
9645 // If this interface is deemed flapping,
[all...]

Completed in 76 milliseconds