Searched refs:LastAPTime (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c59 if ((m)->NextuDNSEvent - ((rr)->LastAPTime + (rr)->ThisAPInterval) >= 0) \
60 (m)->NextuDNSEvent = ((rr)->LastAPTime + (rr)->ThisAPInterval); \
73 rr->LastAPTime = m->timenow;
2034 r->LastAPTime = m->timenow - INIT_RECORD_REG_INTERVAL;
2093 rr->LastAPTime = m->timenow - INIT_RECORD_REG_INTERVAL;
2144 rr->LastAPTime = m->timenow - INIT_RECORD_REG_INTERVAL;
2148 rr->LastAPTime += MERGE_DELAY_TIME;
2351 rr->LastAPTime = m->timenow - INIT_RECORD_REG_INTERVAL;
3047 if (rr->LastAPTime + rr->ThisAPInterval - time > 0)
3048 { debugf("IsRecordMergeable: Time %d not reached for %s", rr->LastAPTime
[all...]
H A DmDNS.c709 #define TimeToAnnounceThisRecord(RR,time) ((RR)->AnnounceCount && (time) - ((RR)->LastAPTime + (RR)->ThisAPInterval) >= 0)
803 if ((rr->LastAPTime + rr->ThisAPInterval) - m->timenow > mDNSPlatformOneSecond * 10)
805 LogMsg("SetNextAnnounceProbeTime: ProbeCount %d Next in %d %s", rr->ProbeCount, (rr->LastAPTime + rr->ThisAPInterval) - m->timenow, ARDisplayString(m, rr));
808 if (m->NextScheduledProbe - (rr->LastAPTime + rr->ThisAPInterval) >= 0)
809 m->NextScheduledProbe = (rr->LastAPTime + rr->ThisAPInterval);
811 // If (rr->LastAPTime + rr->ThisAPInterval) happens to be far in the past, we don't want to allow
819 if (m->NextScheduledResponse - (rr->LastAPTime + rr->ThisAPInterval) >= 0)
820 m->NextScheduledResponse = (rr->LastAPTime + rr->ThisAPInterval);
880 rr->LastAPTime = m->SuppressProbes - rr->ThisAPInterval;
883 rr->LastAPTime
[all...]
H A Duds_daemon.c5582 (ar->LastAPTime + ar->ThisAPInterval - now) / mDNSPlatformOneSecond,
5592 ar->AnnounceCount ? (ar->LastAPTime + ar->ThisAPInterval - now) / mDNSPlatformOneSecond : 0,
5644 ar->AnnounceCount ? (ar->LastAPTime + ar->ThisAPInterval - now) / mDNSPlatformOneSecond : 0,
H A DmDNSEmbeddedAPI.h1550 mDNSs32 LastAPTime; // In platform time units: Last time we sent announcement/probe member in struct:AuthRecord_struct

Completed in 132 milliseconds