Searched refs:ActiveQuestion (Results 1 – 3 of 3) sorted by relevance
165 if (ActiveQuestion(q)) in SetNextQueryTime()3376 …&& (q->SendQNow || (!q->Target.type && ActiveQuestion(q) && q->ThisQInterval <= maxExistingQuestio… in SendQueries()3931 if (ActiveQuestion(q) && (mDNSOpaque16IsZero(q->TargetQID) || !q->LongLived)) in AnswerCurrentQuestionWithResourceRecord()4098 … if (mDNSOpaque16IsZero(q->TargetQID) && ActiveQuestion(q) && ++q->RecentAnswerPkts >= 10 && in CacheRecordAdd()4379 if (!mDNSOpaque16IsZero(q->TargetQID) && !q->LongLived && ActiveQuestion(q)) in CheckCacheExpiration()4652 if (ShouldQueryImmediately && ActiveQuestion(q)) in AnswerNewQuestion()5225 if (ActiveQuestion(q) && m->timenow - NextQSendTime(q) >= 0) in mDNS_Execute()5285 …if (ActiveQuestion(q) && !mDNSOpaque16IsZero(q->TargetQID) && q->LongLived && q->state == LLQ_Esta… in SuspendLLQs()5484 … if (!mDNSOpaque16IsZero(q->TargetQID) && ActiveQuestion(q)) ActivateUnicastQuery(m, q, mDNStrue); in mDNSCoreRestartQueries()5496 if (mDNSOpaque16IsZero(q->TargetQID) && ActiveQuestion(q)) in mDNSCoreRestartQuestion()[all …]
1858 #define ActiveQuestion(Q) ((Q)->ThisQInterval > 0 && !(Q)->DuplicateOf) macro1859 #define TimeToSendThisQuestion(Q,time) (ActiveQuestion(Q) && (time) - NextQSendTime(Q) >= 0)
5154 if (ActiveQuestion(q) && !mDNSOpaque16IsZero(q->TargetQID)) in uDNS_Tasks()