OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cttl
(Results
1 - 2
of
2
) sorted by null
/external/dnsmasq/src/
rfc1035.c
663
unsigned long
cttl
= ULONG_MAX, attl;
local
705
if (attl <
cttl
)
706
cttl
= attl;
720
cache_insert(name, &addr, now,
cttl
, name_encoding | F_REVERSE);
793
if (attl <
cttl
)
794
cttl
= attl;
842
newc = cache_insert(name, NULL, now, ttl ? ttl :
cttl
, F_FORWARD | F_NEG | flags);
[
all
...]
/external/smack/src/org/xbill/DNS/
Cache.java
92
long
cttl
= 0;
local
94
cttl
= soa.getMinimum();
96
this.expire = limitExpire(
cttl
, maxttl);
Completed in 73 milliseconds