Searched refs:LastMCTime (Results 1 - 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNS.c780 // 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
[all...]
H A DmDNSEmbeddedAPI.h1225 mDNSs32 LastMCTime; // Last time we multicast this record (used to guard against packet-storm attacks) member in struct:AuthRecord_struct
1226 mDNSInterfaceID LastMCInterface; // Interface this record was multicast on at the time LastMCTime was recorded

Completed in 53 milliseconds