Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c3342 q->LastQTxTime = m->timenow; in SendQueries()
3440 q->LastQTxTime = m->timenow; in SendQueries()
3846 q->LastQTxTime = m->timenow; in ResetQuestionState()
4099 …l > InitialQuestionInterval * QuestionIntervalStep3 && m->timenow - q->LastQTxTime < mDNSPlatformO… in CacheRecordAdd()
7330 …if (!q->Target.type && ActiveQuestion(q) && m->timenow - q->LastQTxTime > mDNSPlatformOneSecond / … in ProcessQuery()
10424 q->LastQTxTime = question->LastQTxTime; in UpdateQuestionDuplicates()
11523 question->LastQTxTime = m->timenow; in InitCommonState()
H A DmDNSEmbeddedAPI.h1925 …mDNSs32 LastQTxTime; // Last time this Q was sent on one (but not necessarily a… member