Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:SendQNow

3818             if (cr->resrec.InterfaceID == q->SendQNow &&                    // received on this interface
3856 if (cr->resrec.InterfaceID == q->SendQNow && // received on this interface
4322 else if (q->SendQNow == mDNSNULL)
4324 q->SendQNow = cr->resrec.InterfaceID;
4326 else if (q->SendQNow != cr->resrec.InterfaceID)
4328 q->SendQNow = mDNSInterfaceMark;
4357 q->SendQNow = mDNSNULL;
4403 q->SendQNow = mDNSNULL;
4437 q->SendQNow = mDNSNULL;
4460 q->SendQNow = mDNSInterfaceMark; // Mark this question for sending on all interfaces
4494 && (q->SendQNow || (ActiveQuestion(q) && q->ThisQInterval <= maxExistingQuestionInterval && AccelerateThisQuery(m,q)
4514 q->SendQNow = mDNSNULL;
4524 q->SendQNow = mDNSInterfaceMark;
4552 q->SendOnAll = (q->SendQNow == mDNSInterfaceMark);
4555 q->SendQNow = !intf ? mDNSNULL : (q->InterfaceID) ? q->InterfaceID : intf->InterfaceID;
4689 if (mDNSOpaque16IsZero(q->TargetQID) && (q->SendQNow == intf->InterfaceID))
4708 // If we're suppressing this question, or we successfully put it, update its SendQNow state
4755 q->SendQNow = (q->InterfaceID || !q->SendOnAll) ? mDNSNULL : GetNextActiveInterfaceID(intf);
4784 DPCBrowse.SendQNow = intf->InterfaceID;
4787 DPCBrowse.SendQNow = mDNSNULL;
5044 cr->CRActiveQuestion->SendQNow = mDNSNULL;
5055 if (q->SendQNow)
5063 IIDPrintable(q->SendQNow), x ? "new" : "old", IIDPrintable(q->InterfaceID), q->qname.c, DNSTypeName(q->qtype));
5064 q->SendQNow = mDNSNULL;
14982 question->SendQNow = mDNSNULL;