Home
last modified time | relevance | path

Searched refs:LastAPTime (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c2306 #define TimeToAnnounceThisRecord(RR,time) ((RR)->AnnounceCount && (time) - ((RR)->LastAPTime + (RR)…
2393 if (m->NextScheduledProbe - (rr->LastAPTime + rr->ThisAPInterval) >= 0) in SetNextAnnounceProbeTime()
2394 m->NextScheduledProbe = (rr->LastAPTime + rr->ThisAPInterval); in SetNextAnnounceProbeTime()
2398 if (m->NextScheduledResponse - (rr->LastAPTime + rr->ThisAPInterval) >= 0) in SetNextAnnounceProbeTime()
2399 m->NextScheduledResponse = (rr->LastAPTime + rr->ThisAPInterval); in SetNextAnnounceProbeTime()
2428 rr->LastAPTime = m->SuppressProbes - rr->ThisAPInterval; in InitializeLastAPTime()
2442 …rr->LastAPTime += DefaultProbeIntervalForTypeUnique * DefaultProbeCountForTypeUnique + rr->ThisAPI… in InitializeLastAPTime()
2766 dup->LastAPTime = rr->LastAPTime; in mDNS_Deregister_internal()
3139 rr->LastAPTime = m->timenow; in SendResponses()
3140 if (rr->LastAPTime + rr->ThisAPInterval - rr->AnnounceUntil >= 0) rr->AnnounceCount = 0; in SendResponses()
[all …]
H A DuDNS.c946 rr->LastAPTime = mDNSPlatformTimeNow(m); in SetRecordRetry()
4924 if (rr->LastAPTime + rr->ThisAPInterval - timenow < 0) in CheckRecordRegistrations()
4937 …if (rr->LastAPTime + rr->ThisAPInterval - nextevent < 0) nextevent = rr->LastAPTime + rr->ThisAPIn… in CheckRecordRegistrations()
4970 if (srs->RR_SRV.LastAPTime + srs->RR_SRV.ThisAPInterval - timenow < 0) in CheckServiceRegistrations()
4983 if (nextevent - srs->RR_SRV.LastAPTime + srs->RR_SRV.ThisAPInterval > 0) in CheckServiceRegistrations()
4984 nextevent = srs->RR_SRV.LastAPTime + srs->RR_SRV.ThisAPInterval; in CheckServiceRegistrations()
5152 rr->LastAPTime = timenow; in SleepRecordRegistrations()
5169 rr->LastAPTime = timenow; in WakeRecordRegistrations()
5228 srs->RR_SRV.LastAPTime = timenow; in WakeServiceRegistrations()
H A DmDNSEmbeddedAPI.h1632 mDNSs32 LastAPTime; // In platform time units: Last time we sent announcement/probe member