Searched refs:_ttl (Results 1 – 2 of 2) sorted by relevance
34 private int _ttl; field in DNSRecord47 this._ttl = ttl; in DNSRecord()113 if (this.equals(other) && (other._ttl > _ttl / 2)) { in suppressedBy()124 return _created + (percent * _ttl * 10L); in getExpirationTime()157 _ttl = other._ttl; in resetTTL()165 _ttl = DNSConstants.RECORD_EXPIRY_DELAY; in setWillExpireSoon()1015 aLog.append(" ttl: '" + getRemainingTTL(System.currentTimeMillis()) + "/" + _ttl + "'"); in toString()1019 this._ttl = ttl; in setTTL()1023 return _ttl; in getTTL()
30 private final int _ttl; field in DNSStateTask60 _ttl = ttl; in DNSStateTask()67 return _ttl; in getTTL()