Home | History | Annotate | Download | only in mDNSCore

Lines Matching full:expiry

2590 				rr->TimeRcvd + TicksTTL(rr)/2 - m->timenow >				// and its half-way-to-expiry time is at least 1 second away
2824 rr->TimeRcvd + TicksTTL(rr)/2 - m->timenow >= 0 && // and it is less than half-way to expiry
5381 mDNSs32 t = nat->ExpiryTime - (nat->ExpiryTime - now) / 10; // Wake up when 90% of the way to the expiry time
5397 mDNSs32 t = ar->expire - (ar->expire - now) / 10; // Wake up when 90% of the way to the expiry time
6900 // If record's current expiry time is more than a second from now, we set it to expire in one second.
8127 // its expiry. We need to handover the responsibility to someone else. Otherwise,