Searched refs:LastQTime (Results 1 – 3 of 3) sorted by relevance
340 q->LastQTime = m->timenow - q->ThisQInterval; in PenalizeDNSServer()1016 q->LastQTime = m->timenow - q->ThisQInterval + 1; in StartLLQPolling()1090 q->LastQTime = m->timenow; in sendChallengeResponse()1111 q->LastQTime = m->timenow; in SetLLQTimer()1199 q->LastQTime = m->timenow; in uDNS_recvLLQResponse()1343 q->LastQTime = m->timenow; in tcpCallback()1485 q->LastQTime = m->timenow; in tcpCallback()1517 q->LastQTime = m->timenow; in tcpCallback()1628 q->LastQTime = m->timenow; in startLLQHandshake()1647 q->LastQTime = m->timenow; in startLLQHandshake()[all …]
3636 q->LastQTime = m->timenow - q->ThisQInterval; in SendQueries()3703 if (m->timenow - (q->LastQTime + (q->ThisQInterval/2)) >= 0) in SendQueries()3716 q->LastQTime = m->timenow; in SendQueries()3756 q->LastQTime = m->timenow; in SendQueries()4181 q->LastQTime = m->timenow; in ResetQuestionState()4510 …q->LastQTime = m->timenow - InitialQuestionInterval + (mDNSs32)mDNSRandom((mDNSu32)mDNSPlatfo… in CacheRecordAdd()4638 q->LastQTime = m->timenow - q->ThisQInterval; in CacheRecordRmv()4788 q->LastQTime = m->timenow - q->ThisQInterval; in CheckCacheExpiration()5108 q->LastQTime = m->timenow - q->ThisQInterval; in AnswerNewQuestion()5114 q->LastQTime += m->RandomQueryDelay; in AnswerNewQuestion()[all …]
1769 #define NextQSendTime(Q) ((Q)->LastQTime + (Q)->ThisQInterval)1842 …mDNSs32 LastQTime; // Last scheduled transmission of this Q on *all* applicab… member