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

/external/dnsmasq/src/
H A Drfc1035.c663 unsigned long cttl = ULONG_MAX, attl; local
700 GETLONG(attl, p1);
705 if (attl < cttl)
706 cttl = attl;
775 GETLONG(attl, p1);
785 newc = cache_insert(name, NULL, now, attl, F_CNAME | F_FORWARD);
793 if (attl < cttl)
794 cttl = attl;
815 newc = cache_insert(name, &addr, now, attl, flags | F_FORWARD);

Completed in 151 milliseconds