OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ttl
(Results
1 - 2
of
2
) sorted by null
/external/jmdns/src/javax/jmdns/impl/tasks/state/
DNSStateTask.java
30
private final int
_ttl
;
field in class:DNSStateTask
60
_ttl
= ttl;
67
return
_ttl
;
/external/jmdns/src/javax/jmdns/impl/
DNSRecord.java
34
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;
[
all
...]
Completed in 55 milliseconds