Searched refs:ExpiryTime (Results 1 - 4 of 4) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DuDNS.c459 n->ExpiryTime = 0; // Mark this mapping as expired
510 n->retryInterval = (n->ExpiryTime - m->timenow)/2;
536 n->ExpiryTime = NonZeroTime(m->timenow + lease * mDNSPlatformOneSecond);
583 traversal->ExpiryTime = 0;
645 if (traversal->ExpiryTime && unmap)
4435 cur->ExpiryTime = 0;
4442 if (cur->ExpiryTime && cur->ExpiryTime - m->timenow < 0) // Mapping has expired
4444 cur->ExpiryTime = 0;
4451 if (cur->ExpiryTime) // I
[all...]
H A DmDNSEmbeddedAPI.h991 // if m->timenow < ExpiryTime then we have an active mapping, and we'll renew halfway to expiry
992 // if m->timenow >= ExpiryTime then our mapping has expired, and we're trying to create one
999 mDNSs32 ExpiryTime; // Time this mapping expires, or zero if no mapping member in struct:NATTraversalInfo_struct
H A DmDNS.c5379 if (nat->Protocol && nat->ExpiryTime && nat->ExpiryTime - now > mDNSPlatformOneSecond*4)
5381 mDNSs32 t = nat->ExpiryTime - (nat->ExpiryTime - now) / 10; // Wake up when 90% of the way to the expiry time
5388 nat->ExpiryTime ? (nat->ExpiryTime - now) / mDNSPlatformOneSecond : 0,
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c4444 nat->ExpiryTime ? (nat->ExpiryTime - now) / mDNSPlatformOneSecond : 0);

Completed in 85 milliseconds