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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c3385 q->LastQTxTime = m->timenow;
3483 q->LastQTxTime = m->timenow;
3889 q->LastQTxTime = m->timenow;
4168 q->ThisQInterval > InitialQuestionInterval * QuestionIntervalStep3 && m->timenow - q->LastQTxTime < mDNSPlatformOneSecond)
7433 if (!q->Target.type && ActiveQuestion(q) && m->timenow - q->LastQTxTime > mDNSPlatformOneSecond / 4)
10444 q->LastQTxTime = question->LastQTxTime;
11548 question->LastQTxTime = m->timenow;
H A DmDNSEmbeddedAPI.h1933 mDNSs32 LastQTxTime; // Last time this Q was sent on one (but not necessarily all) interfaces member in struct:DNSQuestion_struct

Completed in 156 milliseconds