Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:LastMCTime

780 	// Set LastMCTime to now, to inhibit multicast responses
782 rr->LastMCTime = m->timenow;
1153 // rr->LastMCTime = Set for us in InitializeLastAPTime()
1428 dup->LastMCTime = rr->LastMCTime;
2156 rr->LastMCTime - r2->LastMCTime >= 0 && // ... which we have not sent recently ...
2205 rr->LastMCTime = m->timenow;
2221 rr->LastMCTime = m->timenow;
2324 if (a->LastMCTime == m->timenow &&
2346 // If we successfully put this additional record in the packet, we record LastMCTime & LastMCInterface.
2348 // when we see our own multicast with the cache flush bit set, if we haven't set LastMCTime, then we'll get
2350 rr->LastMCTime = m->timenow;
5833 if (m->timenow - (rr->LastMCTime + mDNSPlatformOneSecond) >= 0 ||
6027 if (m->timenow - (rr->LastMCTime + TicksTTL(rr)/4) >= 0)
6779 if ((m->rec.r.resrec.RecordType & kDNSRecordTypePacketUniqueMask) && m->timenow - rr->LastMCTime > mDNSPlatformOneSecond/2)