Searched refs:StopTime (Results 1 - 3 of 3) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNS.c135 if (m->NextScheduledStopTime - q->StopTime > 0)
136 m->NextScheduledStopTime = q->StopTime;
3328 if (!q->TimeoutQuestion || rr->resrec.RecordType != kDNSRecordTypePacketNegative || (m->timenow - q->StopTime < 0))
4266 if (q->StopTime)
4268 if (m->timenow - q->StopTime >= 0)
4270 LogInfo("TimeoutQuestions: question %##s timed out, time %d", q->qname.c, m->timenow - q->StopTime);
4272 if (m->CurrentQuestion == q) q->StopTime = 0;
4276 if (m->NextScheduledStopTime - q->StopTime > 0)
4277 m->NextScheduledStopTime = q->StopTime;
8423 question->StopTime
[all...]
H A DmDNSEmbeddedAPI.h1535 mDNSs32 StopTime; // Time this question should be stopped by giving them a negative answer member in struct:DNSQuestion_struct
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c2744 if ((m->timenow - question->StopTime) >= 0)

Completed in 141 milliseconds