Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c3649 q->LastQTxTime = m->timenow; in SendQueries()
3701 q->LastQTxTime = m->timenow; in SendQueries()
3951 q->LastQTxTime = m->timenow; in AnswerQuestionWithResourceRecord()
4029 …q->ThisQInterval > InitialQuestionInterval*32 && m->timenow - q->LastQTxTime < mDNSPlatformOneSeco… in CacheRecordAdd()
5023 …if (!q->Target.type && ActiveQuestion(q) && m->timenow - q->LastQTxTime > mDNSPlatformOneSecond / … in ProcessQuery()
5750 q->LastQTxTime = question->LastQTxTime; in UpdateQuestionDuplicates()
5844 question->LastQTxTime = m->timenow; in mDNS_StartQuery_internal()
H A DmDNSEmbeddedAPI.h1917 …mDNSs32 LastQTxTime; // Last time this Q was sent on one (but not necessarily all) … member