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

/external/mdnsresponder/mDNSCore/
H A DmDNS.c148 if (ActiveQuestion(q))
2942 (!q->Target.type && ActiveQuestion(q) && q->ThisQInterval <= maxExistingQuestionInterval && AccelerateThisQuery(m,q))))
3355 if (ActiveQuestion(q) && (mDNSOpaque16IsZero(q->TargetQID) || !q->LongLived))
3528 if (mDNSOpaque16IsZero(q->TargetQID) && ActiveQuestion(q) && ++q->RecentAnswerPkts >= 10 &&
3737 if (!mDNSOpaque16IsZero(q->TargetQID) && !q->LongLived && ActiveQuestion(q))
3948 if (ShouldQueryImmediately && ActiveQuestion(q))
4493 if (ActiveQuestion(q) && m->timenow - NextQSendTime(q) >= 0)
4552 if (ActiveQuestion(q) && !mDNSOpaque16IsZero(q->TargetQID) && q->LongLived && q->state == LLQ_Established)
4750 if (!mDNSOpaque16IsZero(q->TargetQID) && ActiveQuestion(q)) ActivateUnicastQuery(m, q, mDNStrue);
4756 if (mDNSOpaque16IsZero(q->TargetQID) && ActiveQuestion(
[all...]
H A DmDNSEmbeddedAPI.h1500 #define ActiveQuestion(Q) ((Q)->ThisQInterval > 0 && !(Q)->DuplicateOf) macro
1501 #define TimeToSendThisQuestion(Q,time) (ActiveQuestion(Q) && (time) - NextQSendTime(Q) >= 0)
H A DuDNS.c4329 // Pretend that we sent this question. As this is an ActiveQuestion, the NextScheduledQuery should
4596 if (ActiveQuestion(q) && !mDNSOpaque16IsZero(q->TargetQID))

Completed in 136 milliseconds