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

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c3340 q->LastQTxTime = m->timenow;
3438 q->LastQTxTime = m->timenow;
3837 q->LastQTxTime = m->timenow;
4090 q->ThisQInterval > InitialQuestionInterval * QuestionIntervalStep3 && m->timenow - q->LastQTxTime < mDNSPlatformOneSecond)
7303 if (!q->Target.type && ActiveQuestion(q) && m->timenow - q->LastQTxTime > mDNSPlatformOneSecond / 4)
10392 q->LastQTxTime = question->LastQTxTime;
11486 question->LastQTxTime = m->timenow;
H A DmDNSEmbeddedAPI.h1918 mDNSs32 LastQTxTime; // Last time this Q was sent on one (but not necessarily all) interfaces member in struct:DNSQuestion_struct

Completed in 206 milliseconds