Home
last modified time | relevance | path

Searched refs:nttl (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c420 nssuint_t nttl, ttl, *pttl; /* The purpose of this API */ in _nss_dns_gethost_withttl() local
651 nttl = (nssuint_t)ns_get32(cp); /* ttl in sec */ in _nss_dns_gethost_withttl()
652 if (nttl < ttl) in _nss_dns_gethost_withttl()
653 ttl = nttl; in _nss_dns_gethost_withttl()