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

/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1538 mDNSBool SendOnAll; // Set if we're sending this question on all active interfaces member in struct:DNSQuestion_struct
H A DmDNS.c2972 q->SendOnAll = (q->SendQNow == mDNSInterfaceMark);
2973 if (q->SendOnAll)
3103 q->SendQNow = (q->InterfaceID || !q->SendOnAll) ? mDNSNULL : GetNextActiveInterfaceID(intf);
8396 question->SendOnAll = mDNSfalse;

Completed in 130 milliseconds