Searched refs:ActiveQuestion (Results 1 – 3 of 3) sorted by relevance
148 if (ActiveQuestion(q)) in SetNextQueryTime()2942 …(!q->Target.type && ActiveQuestion(q) && q->ThisQInterval <= maxExistingQuestionInterval && Accele… in SendQueries()3355 if (ActiveQuestion(q) && (mDNSOpaque16IsZero(q->TargetQID) || !q->LongLived)) in AnswerCurrentQuestionWithResourceRecord()3528 if (mDNSOpaque16IsZero(q->TargetQID) && ActiveQuestion(q) && ++q->RecentAnswerPkts >= 10 && in CacheRecordAdd()3737 if (!mDNSOpaque16IsZero(q->TargetQID) && !q->LongLived && ActiveQuestion(q)) in CheckCacheExpiration()3948 if (ShouldQueryImmediately && ActiveQuestion(q)) in AnswerNewQuestion()4493 if (ActiveQuestion(q) && m->timenow - NextQSendTime(q) >= 0) in mDNS_Execute()4552 …if (ActiveQuestion(q) && !mDNSOpaque16IsZero(q->TargetQID) && q->LongLived && q->state == LLQ_Esta… in SuspendLLQs()4750 if (!mDNSOpaque16IsZero(q->TargetQID) && ActiveQuestion(q)) ActivateUnicastQuery(m, q, mDNStrue); in mDNSCoreRestartQueries()4756 if (mDNSOpaque16IsZero(q->TargetQID) && ActiveQuestion(q)) in mDNSCoreRestartQueries()[all …]
1511 #define ActiveQuestion(Q) ((Q)->ThisQInterval > 0 && !(Q)->DuplicateOf) macro1512 #define TimeToSendThisQuestion(Q,time) (ActiveQuestion(Q) && (time) - NextQSendTime(Q) >= 0)
4596 if (ActiveQuestion(q) && !mDNSOpaque16IsZero(q->TargetQID)) in uDNS_Tasks()