Home
last modified time | relevance | path

Searched refs:LastQTxTime (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNS.c3763 q->LastQTxTime = m->timenow; in SendQueries()
4182 q->LastQTxTime = m->timenow; in ResetQuestionState()
4506 …l > InitialQuestionInterval * QuestionIntervalStep3 && m->timenow - q->LastQTxTime < mDNSPlatformO… in CacheRecordAdd()
7824 if (ActiveQuestion(q) && m->timenow - q->LastQTxTime > mDNSPlatformOneSecond / 4) in ProcessQuery()
10790 q->LastQTxTime = question->LastQTxTime; in UpdateQuestionDuplicates()
11870 question->LastQTxTime = m->timenow; in InitCommonState()
H A DmDNSEmbeddedAPI.h1866 …mDNSs32 LastQTxTime; // Last time this Q was sent on one (but not necessarily a… member