HomeSort by relevance Sort by last modified time
    Searched full:cttl (Results 1 - 1 of 1) sorted by null

  /external/dnsmasq/src/
rfc1035.c 665 unsigned long cttl = ULONG_MAX, attl; local
707 if (attl < cttl)
708 cttl = attl;
722 cache_insert(name, &addr, now, cttl, name_encoding | F_REVERSE);
795 if (attl < cttl)
796 cttl = attl;
844 newc = cache_insert(name, NULL, now, ttl ? ttl : cttl, F_FORWARD | F_NEG | flags);
    [all...]

Completed in 51 milliseconds