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

/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1520 mDNSInterfaceID FlappingInterface1;// Set when an interface goes away, to flag if remove events are delivered for this Q member in struct:DNSQuestion_struct
H A DmDNS.c3634 q->FlappingInterface1 = mDNSNULL;
8385 question->FlappingInterface1 = mDNSNULL;
9526 mDNSBool dodelay = flapping && (q->FlappingInterface1 == set->InterfaceID || q->FlappingInterface2 == set->InterfaceID);
9635 q->FlappingInterface2 = q->FlappingInterface1;
9636 q->FlappingInterface1 = set->InterfaceID; // Keep history of the last two interfaces to go away

Completed in 318 milliseconds