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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c161 if (ActiveQuestion(q))
3419 && (q->SendQNow || (!q->Target.type && ActiveQuestion(q) && q->ThisQInterval <= maxExistingQuestionInterval && AccelerateThisQuery(m,q))))
3999 if (ActiveQuestion(q) && (mDNSOpaque16IsZero(q->TargetQID) || !q->LongLived))
4167 if (mDNSOpaque16IsZero(q->TargetQID) && ActiveQuestion(q) && ++q->RecentAnswerPkts >= 10 &&
4448 if (!mDNSOpaque16IsZero(q->TargetQID) && !q->LongLived && ActiveQuestion(q))
4721 if (ShouldQueryImmediately && ActiveQuestion(q))
5294 if (ActiveQuestion(q) && m->timenow - NextQSendTime(q) >= 0)
5354 if (ActiveQuestion(q) && !mDNSOpaque16IsZero(q->TargetQID) && q->LongLived && q->state == LLQ_Established)
5553 if (!mDNSOpaque16IsZero(q->TargetQID) && ActiveQuestion(q)) ActivateUnicastQuery(m, q, mDNStrue);
5565 if (mDNSOpaque16IsZero(q->TargetQID) && ActiveQuestion(
[all...]
H A DmDNSEmbeddedAPI.h1855 #define ActiveQuestion(Q) ((Q)->ThisQInterval > 0 && !(Q)->DuplicateOf) macro
1856 #define TimeToSendThisQuestion(Q,time) (ActiveQuestion(Q) && (time) - NextQSendTime(Q) >= 0)
H A DuDNS.c4913 // Pretend that we sent this question. As this is an ActiveQuestion, the NextScheduledQuery should
5192 if (ActiveQuestion(q) && !mDNSOpaque16IsZero(q->TargetQID))

Completed in 174 milliseconds