Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1816 …mDNSs32 firstQueryTime; // The time when the first query was sent to a DNS ser… member
H A DmDNS.c4299 … responseLatencyMs = ((m->timenow - q->metrics.firstQueryTime) * 1000) / mDNSPlatformOneSecond; in AnswerCurrentQuestionWithResourceRecord()
12167 …if (Question_uDNS(question) && !question->metrics.answered && (question->metrics.firstQueryTime !=… in mDNS_StopQuery_internal()
12188 … durationMs = ((m->timenow - question->metrics.firstQueryTime) * 1000) / mDNSPlatformOneSecond; in mDNS_StopQuery_internal()
H A DuDNS.c4603 q->metrics.firstQueryTime = NonZeroTime(m->timenow); in uDNS_CheckCurrentQuestion()