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

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c886 // Set LastMCTime to now, to inhibit multicast responses
888 rr->LastMCTime = m->timenow;
1308 // rr->LastMCTime = Set for us in InitializeLastAPTime()
1604 dup->LastMCTime = rr->LastMCTime;
2446 rr->LastMCTime - r2->LastMCTime >= 0 && // ... which we have not sent recently ...
2495 rr->LastMCTime = m->timenow;
2511 rr->LastMCTime = m->timenow;
2658 if (a->LastMCTime
[all...]
H A DmDNSEmbeddedAPI.h1546 mDNSs32 LastMCTime; // Last time we multicast this record (used to guard against packet-storm attacks) member in struct:AuthRecord_struct
1547 mDNSInterfaceID LastMCInterface; // Interface this record was multicast on at the time LastMCTime was recorded

Completed in 229 milliseconds