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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c896 // Set LastMCTime to now, to inhibit multicast responses
898 rr->LastMCTime = m->timenow;
1340 // rr->LastMCTime = Set for us in InitializeLastAPTime()
1639 dup->LastMCTime = rr->LastMCTime;
2493 rr->LastMCTime - r2->LastMCTime >= 0 && // ... which we have not sent recently ...
2542 rr->LastMCTime = m->timenow;
2558 rr->LastMCTime = m->timenow;
2705 if (a->LastMCTime
[all...]
H A DmDNSEmbeddedAPI.h1551 mDNSs32 LastMCTime; // Last time we multicast this record (used to guard against packet-storm attacks) member in struct:AuthRecord_struct
1552 mDNSInterfaceID LastMCInterface; // Interface this record was multicast on at the time LastMCTime was recorded

Completed in 101 milliseconds