Lines Matching refs:SendQNow

3000             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 = mDNSInterfaceMark; // Mark this question for sending on all interfaces
3419 && (q->SendQNow || (!q->Target.type && ActiveQuestion(q) && q->ThisQInterval <= maxExistingQuestionInterval && AccelerateThisQuery(m,q))))
3435 q->SendQNow = mDNSNULL;
3445 q->SendQNow = mDNSInterfaceMark;
3472 q->SendOnAll = (q->SendQNow == mDNSInterfaceMark);
3475 q->SendQNow = !intf ? mDNSNULL : (q->InterfaceID) ? q->InterfaceID : intf->InterfaceID;
3601 if (mDNSOpaque16IsZero(q->TargetQID) && (q->SendQNow == intf->InterfaceID))
3612 q->SendQNow = (q->InterfaceID || !q->SendOnAll) ? mDNSNULL : GetNextActiveInterfaceID(intf);
3614 // If we're suppressing this question, or we successfully put it, update its SendQNow state
3633 q->SendQNow = (q->InterfaceID || !q->SendOnAll) ? mDNSNULL : GetNextActiveInterfaceID(intf);
3817 cr->CRActiveQuestion->SendQNow = mDNSNULL;
3828 if (q->SendQNow)
3833 (uint32_t)q->SendQNow, x ? "new" : "old", (uint32_t)q->InterfaceID, q->qname.c, DNSTypeName(q->qtype));
3834 q->SendQNow = mDNSNULL;
11514 question->SendQNow = mDNSNULL;