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

/external/mdnsresponder/mDNSCore/
H A DmDNS.c2585 if (rr->resrec.InterfaceID == q->SendQNow && // received on this interface
2623 if (rr->resrec.InterfaceID == q->SendQNow && // received on this interface
2875 if (q->Target.type) q->SendQNow = mDNSInterfaceMark; // If targeted query, mark it
2877 else if (q->SendQNow == mDNSNULL) q->SendQNow = cr->resrec.InterfaceID;
2878 else if (q->SendQNow != cr->resrec.InterfaceID) q->SendQNow = mDNSInterfaceMark;
2891 if (q->Target.type && (q->SendQNow || TimeToSendThisQuestion(q, m->timenow)))
2910 q->SendQNow = mDNSNULL;
2916 q->SendQNow
[all...]
H A DmDNSEmbeddedAPI.h1526 mDNSInterfaceID SendQNow; // The interface this query is being sent on right now member in struct:DNSQuestion_struct

Completed in 159 milliseconds