Searched refs:SendQNow (Results 1 – 2 of 2) sorted by relevance
2585 if (rr->resrec.InterfaceID == q->SendQNow && // received on this interface in BuildQuestion()2623 if (rr->resrec.InterfaceID == q->SendQNow && // received on this interface in BuildQuestion()2875 …if (q->Target.type) q->SendQNow = mDNSInterfaceMark; // If targeted qu… in SendQueries()2877 else if (q->SendQNow == mDNSNULL) q->SendQNow = cr->resrec.InterfaceID; in SendQueries()2878 else if (q->SendQNow != cr->resrec.InterfaceID) q->SendQNow = mDNSInterfaceMark; in SendQueries()2891 if (q->Target.type && (q->SendQNow || TimeToSendThisQuestion(q, m->timenow))) in SendQueries()2910 q->SendQNow = mDNSNULL; in SendQueries()2916 q->SendQNow = mDNSInterfaceMark; // Mark this question for sending on all interfaces in SendQueries()2941 if (mDNSOpaque16IsZero(q->TargetQID) && (q->SendQNow || in SendQueries()2950 q->SendQNow = mDNSInterfaceMark; // Mark this question for sending on all interfaces in SendQueries()[all …]
1537 mDNSInterfaceID SendQNow; // The interface this query is being sent on right now member