Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSCore/
DmDNS.c2908 q->LastQTxTime = m->timenow; in SendQueries()
2983 q->LastQTxTime = m->timenow; in SendQueries()
3358 q->LastQTxTime = m->timenow; in AnswerCurrentQuestionWithResourceRecord()
3529 …l > InitialQuestionInterval * QuestionIntervalStep3 && m->timenow - q->LastQTxTime < mDNSPlatformO… in CacheRecordAdd()
5907 …if (!q->Target.type && ActiveQuestion(q) && m->timenow - q->LastQTxTime > mDNSPlatformOneSecond / … in ProcessQuery()
6881 q->LastQTxTime = m->timenow; in mDNSCoreReceiveResponse()
7660 q->LastQTxTime = question->LastQTxTime; in UpdateQuestionDuplicates()
8398 question->LastQTxTime = m->timenow; in mDNS_StartQuery_internal()
DmDNSEmbeddedAPI.h1529 …mDNSs32 LastQTxTime; // Last time this Q was sent on one (but not necessarily all) … member