Home
last modified time | relevance | path

Searched refs:LastQTime (Results 1 – 3 of 3) sorted by relevance

/external/mdnsresponder/mDNSCore/
DuDNS.c244 q->LastQTime = m->timenow - q->ThisQInterval; in PenalizeDNSServer()
695 q->LastQTime = m->timenow - q->ThisQInterval + 1; in StartLLQPolling()
774 q->LastQTime = m->timenow; in sendChallengeResponse()
795 q->LastQTime = m->timenow; in SetLLQTimer()
898 q->LastQTime = m->timenow; in uDNS_recvLLQResponse()
1033 q->LastQTime = m->timenow; in tcpCallback()
1169 q->LastQTime = m->timenow; in tcpCallback()
1201 q->LastQTime = m->timenow; in tcpCallback()
1292 q->LastQTime = m->timenow; in startLLQHandshake()
1311 q->LastQTime = m->timenow; in startLLQHandshake()
[all …]
DmDNS.c2876 …else if (!mDNSOpaque16IsZero(q->TargetQID)) { q->LastQTime = m->timenow - q->ThisQInterval; cr… in SendQueries()
2907 q->LastQTime = m->timenow; in SendQueries()
2947 if (m->timenow - (q->LastQTime + (q->ThisQInterval/2)) >= 0) in SendQueries()
2976 q->LastQTime = m->timenow; in SendQueries()
3357 q->LastQTime = m->timenow; in AnswerCurrentQuestionWithResourceRecord()
3533 …q->LastQTime = m->timenow - InitialQuestionInterval + (mDNSs32)mDNSRandom((mDNSu32)mDNSPlatfo… in CacheRecordAdd()
3740 q->LastQTime = m->timenow - q->ThisQInterval; in CheckCacheExpiration()
3952 q->LastQTime = m->timenow - q->ThisQInterval; in AnswerNewQuestion()
3958 q->LastQTime += m->RandomQueryDelay; in AnswerNewQuestion()
4621 question->LastQTime = m->timenow - question->ThisQInterval; in ActivateUnicastQuery()
[all …]
DmDNSEmbeddedAPI.h1510 #define NextQSendTime(Q) ((Q)->LastQTime + (Q)->ThisQInterval)
1520 …mDNSs32 LastQTime; // Last scheduled transmission of this Q on *all* applicable int… member