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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h1921 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.c4274 q->FlappingInterface1 = mDNSNULL;
11488 question->FlappingInterface1 = mDNSNULL;
12959 mDNSBool dodelay = flapping && (q->FlappingInterface1 == set->InterfaceID || q->FlappingInterface2 == set->InterfaceID);
13084 q->FlappingInterface2 = q->FlappingInterface1;
13085 q->FlappingInterface1 = set->InterfaceID; // Keep history of the last two interfaces to go away

Completed in 149 milliseconds