Searched refs:ActiveQuestion (Results 1 – 3 of 3) sorted by relevance
286 if (ActiveQuestion(q)) in SetNextQueryTime()3698 …&& (q->SendQNow || (ActiveQuestion(q) && q->ThisQInterval <= maxExistingQuestionInterval && Accele… in SendQueries()4337 if (ActiveQuestion(q) && (mDNSOpaque16IsZero(q->TargetQID) || !q->LongLived)) in AnswerCurrentQuestionWithResourceRecord()4505 … if (mDNSOpaque16IsZero(q->TargetQID) && ActiveQuestion(q) && ++q->RecentAnswerPkts >= 10 && in CacheRecordAdd()4785 (!mDNSOpaque16IsZero(q->TargetQID) && !q->LongLived)) && ActiveQuestion(q)) in CheckCacheExpiration()5104 if (ShouldQueryImmediately && ActiveQuestion(q)) in AnswerNewQuestion()5707 if (ActiveQuestion(q) && m->timenow - NextQSendTime(q) >= 0) in mDNS_Execute()5772 …if (ActiveQuestion(q) && !mDNSOpaque16IsZero(q->TargetQID) && q->LongLived && q->state == LLQ_Esta… in SuspendLLQs()5940 if (!mDNSOpaque16IsZero(q->TargetQID) && ActiveQuestion(q)) in mDNSCoreRestartQueries()5958 if (mDNSOpaque16IsZero(q->TargetQID) && ActiveQuestion(q)) in mDNSCoreRestartQuestion()[all …]
1770 #define ActiveQuestion(Q) ((Q)->ThisQInterval > 0 && !(Q)->DuplicateOf) macro1771 #define TimeToSendThisQuestion(Q,time) (ActiveQuestion(Q) && (time) - NextQSendTime(Q) >= 0)
4996 if (ActiveQuestion(q) && !mDNSOpaque16IsZero(q->TargetQID)) in uDNS_Tasks()