HomeSort by relevance Sort by last modified time
    Searched refs:LastAPTime (Results 1 - 4 of 4) sorted by null

  /external/mdnsresponder/mDNSCore/
uDNS.c 63 rr->LastAPTime = m->timenow;
    [all...]
mDNS.c 597 #define TimeToAnnounceThisRecord(RR,time) ((RR)->AnnounceCount && (time) - ((RR)->LastAPTime + (RR)->ThisAPInterval) >= 0)
679 if ((rr->LastAPTime + rr->ThisAPInterval) - m->timenow > mDNSPlatformOneSecond * 10)
681 LogMsg("SetNextAnnounceProbeTime: ProbeCount %d Next in %d %s", rr->ProbeCount, (rr->LastAPTime + rr->ThisAPInterval) - m->timenow, ARDisplayString(m, rr));
684 if (m->NextScheduledProbe - (rr->LastAPTime + rr->ThisAPInterval) >= 0)
685 m->NextScheduledProbe = (rr->LastAPTime + rr->ThisAPInterval);
687 // If (rr->LastAPTime + rr->ThisAPInterval) happens to be far in the past, we don't want to allow
695 if (m->NextScheduledResponse - (rr->LastAPTime + rr->ThisAPInterval) >= 0)
696 m->NextScheduledResponse = (rr->LastAPTime + rr->ThisAPInterval);
    [all...]
mDNSEmbeddedAPI.h     [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c     [all...]

Completed in 65 milliseconds