Searched refs:LastSeen (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/
H A DmDNSMacOSX.h150 mDNSs32 LastSeen; // If Exists==0, last time this interface appeared in getifaddrs list member in struct:NetworkInterfaceInfoOSX_struct
H A DmDNSMacOSX.c4005 if ((*p)->LastSeen != utc) (*p)->AppearanceTime = utc;
4060 i->LastSeen = utc;
5424 // If i->LastSeen == utc, then this is a brand-new interface, just created, or an interface that never went away.
5425 // If i->LastSeen != utc, then this is an old interface, previously seen, that went away for (utc - i->LastSeen) seconds.
5427 i->Occulting = !(i->ifa_flags & IFF_LOOPBACK) && (utc - i->LastSeen > 0 && utc - i->LastSeen < 60);
5521 if (i->Exists) i->LastSeen = utc;
5588 if (i->LastSeen == utc) i->LastSeen
[all...]
H A Ddaemon.c1745 &i->ifinfo.ip, utc - i->LastSeen);

Completed in 181 milliseconds