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

/external/jmdns/src/javax/jmdns/impl/tasks/state/
H A DDNSStateTask.java30 private final int _ttl; field in class:DNSStateTask
60 _ttl = ttl;
67 return _ttl;
/external/jmdns/src/javax/jmdns/impl/
H A DDNSRecord.java34 private int _ttl; field in class:DNSRecord
47 this._ttl = ttl;
113 if (this.equals(other) && (other._ttl > _ttl / 2)) {
124 return _created + (percent * _ttl * 10L);
157 _ttl = other._ttl;
165 _ttl = DNSConstants.RECORD_EXPIRY_DELAY;
1015 aLog.append(" ttl: '" + getRemainingTTL(System.currentTimeMillis()) + "/" + _ttl + "'");
1019 this._ttl
[all...]

Completed in 41 milliseconds