HomeSort by: relevance | last modified time | path
    Searched refs:LastQTime (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSCore/
uDNS.c 342 q->LastQTime = m->timenow - q->ThisQInterval;
1061 q->LastQTime = m->timenow - q->ThisQInterval + 1;
1144 q->LastQTime = m->timenow;
1165 q->LastQTime = m->timenow;
1253 q->LastQTime = m->timenow;
1407 q->LastQTime = m->timenow;
1549 q->LastQTime = m->timenow;
1581 q->LastQTime = m->timenow;
1693 q->LastQTime = m->timenow;
1712 q->LastQTime = m->timenow
    [all...]
mDNS.c 4314 // For uDNS queries (TargetQID non-zero) we adjust LastQTime,
4318 q->LastQTime = m->timenow - q->ThisQInterval;
4353 q->LastQTime = m->timenow;
4400 q->LastQTime = m->timenow;
4434 q->LastQTime = m->timenow;
4496 && q->LastQTime != m->timenow // Was not just sent above
4503 if (m->timenow - (q->LastQTime + (q->ThisQInterval/2)) >= 0)
4516 q->LastQTime = m->timenow;
4556 q->LastQTime = m->timenow;
5123 q->LastQTime = m->timenow
    [all...]
mDNSEmbeddedAPI.h 1892 #define NextQSendTime(Q) ((Q)->LastQTime + (Q)->ThisQInterval)
1996 mDNSs32 LastQTime; // Last scheduled transmission of this Q on *all* applicable interfaces
1997 mDNSs32 ThisQInterval; // LastQTime + ThisQInterval is the next scheduled transmission of this Q

Completed in 28 milliseconds