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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c3000 if (rr->resrec.InterfaceID == q->SendQNow && // received on this interface
3038 if (rr->resrec.InterfaceID == q->SendQNow && // received on this interface
3331 q->SendQNow = mDNSInterfaceMark; // If targeted query, mark it
3339 else if (q->SendQNow == mDNSNULL)
3341 q->SendQNow = cr->resrec.InterfaceID;
3343 else if (q->SendQNow != cr->resrec.InterfaceID)
3345 q->SendQNow = mDNSInterfaceMark;
3368 if (q->Target.type && (q->SendQNow || TimeToSendThisQuestion(q, m->timenow)))
3387 q->SendQNow = mDNSNULL;
3393 q->SendQNow
[all...]
H A DmDNSEmbeddedAPI.h1928 mDNSInterfaceID SendQNow; // The interface this query is being sent on right now member in struct:DNSQuestion_struct

Completed in 116 milliseconds