Searched refs:ActiveQuestion (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c165 if (ActiveQuestion(q))
3374 && (q->SendQNow || (!q->Target.type && ActiveQuestion(q) && q->ThisQInterval <= maxExistingQuestionInterval && AccelerateThisQuery(m,q))))
3922 if (ActiveQuestion(q) && (mDNSOpaque16IsZero(q->TargetQID) || !q->LongLived))
4089 if (mDNSOpaque16IsZero(q->TargetQID) && ActiveQuestion(q) && ++q->RecentAnswerPkts >= 10 &&
4368 if (!mDNSOpaque16IsZero(q->TargetQID) && !q->LongLived && ActiveQuestion(q))
4641 if (ShouldQueryImmediately && ActiveQuestion(q))
5214 if (ActiveQuestion(q) && m->timenow - NextQSendTime(q) >= 0)
5274 if (ActiveQuestion(q) && !mDNSOpaque16IsZero(q->TargetQID) && q->LongLived && q->state == LLQ_Established)
5473 if (!mDNSOpaque16IsZero(q->TargetQID) && ActiveQuestion(q)) ActivateUnicastQuery(m, q, mDNStrue);
5485 if (mDNSOpaque16IsZero(q->TargetQID) && ActiveQuestion(
[all...]
H A DmDNSEmbeddedAPI.h1851 #define ActiveQuestion(Q) ((Q)->ThisQInterval > 0 && !(Q)->DuplicateOf) macro
1852 #define TimeToSendThisQuestion(Q,time) (ActiveQuestion(Q) && (time) - NextQSendTime(Q) >= 0)
H A DuDNS.c4855 // Pretend that we sent this question. As this is an ActiveQuestion, the NextScheduledQuery should
5126 if (ActiveQuestion(q) && !mDNSOpaque16IsZero(q->TargetQID))

Completed in 232 milliseconds