HomeSort by relevance Sort by last modified time
    Searched refs:maxttl (Results 1 - 2 of 2) sorted by null

  /external/smack/src/org/xbill/DNS/
Cache.java 29 limitExpire(long ttl, long maxttl) {
30 if (maxttl >= 0 && maxttl < ttl)
31 ttl = maxttl;
45 CacheRRset(Record rec, int cred, long maxttl) {
48 this.expire = limitExpire(rec.getTTL(), maxttl);
53 CacheRRset(RRset rrset, int cred, long maxttl) {
56 this.expire = limitExpire(rrset.getTTL(), maxttl);
88 long maxttl)
96 this.expire = limitExpire(cttl, maxttl);
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c 5424 mDNSu32 maxttl = 0x70000000; local
    [all...]

Completed in 106 milliseconds