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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h3282 extern mStatus mDNS_RegisterInterface (mDNS *const m, NetworkInterfaceInfo *set, mDNSBool flapping);
3283 extern void mDNS_DeregisterInterface(mDNS *const m, NetworkInterfaceInfo *set, mDNSBool flapping);
H A DmDNS.c12847 mDNSexport mStatus mDNS_RegisterInterface(mDNS *const m, NetworkInterfaceInfo *set, mDNSBool flapping) argument
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) argument
13071 if (set->McastTxRx && flapping)
13095 // If this interface is deemed flapping,
[all...]

Completed in 186 milliseconds