Home
last modified time | relevance | path

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

/titanic_53/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c295 q->LastQTime = m->timenow - q->ThisQInterval; in PenalizeDNSServer()
977 q->LastQTime = m->timenow - q->ThisQInterval + 1; in StartLLQPolling()
1056 q->LastQTime = m->timenow; in sendChallengeResponse()
1077 q->LastQTime = m->timenow; in SetLLQTimer()
1180 q->LastQTime = m->timenow; in uDNS_recvLLQResponse()
1323 q->LastQTime = m->timenow; in tcpCallback()
1465 q->LastQTime = m->timenow; in tcpCallback()
1497 q->LastQTime = m->timenow; in tcpCallback()
1591 q->LastQTime = m->timenow; in startLLQHandshake()
1610 q->LastQTime = m->timenow; in startLLQHandshake()
[all …]
H A DmDNS.c3292 q->LastQTime = m->timenow - q->ThisQInterval; in SendQueries()
3341 q->LastQTime = m->timenow; in SendQueries()
3381 if (m->timenow - (q->LastQTime + (q->ThisQInterval/2)) >= 0) in SendQueries()
3394 q->LastQTime = m->timenow; in SendQueries()
3433 q->LastQTime = m->timenow; in SendQueries()
3845 q->LastQTime = m->timenow; in ResetQuestionState()
4103 …q->LastQTime = m->timenow - InitialQuestionInterval + (mDNSs32)mDNSRandom((mDNSu32)mDNSPlatfo… in CacheRecordAdd()
4226 q->LastQTime = m->timenow - q->ThisQInterval; in CacheRecordRmv()
4382 q->LastQTime = m->timenow - q->ThisQInterval; in CheckCacheExpiration()
4656 q->LastQTime = m->timenow - q->ThisQInterval; in AnswerNewQuestion()
[all …]
H A DmDNSEmbeddedAPI.h1857 #define NextQSendTime(Q) ((Q)->LastQTime + (Q)->ThisQInterval)
1900 …mDNSs32 LastQTime; // Last scheduled transmission of this Q on *all* applicab… member