Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c413 nssuint_t nttl, ttl, *pttl; /* The purpose of this API */ in _nss_dns_gethost_withttl() local
644 nttl = (nssuint_t)ns_get32(cp); /* ttl in sec */ in _nss_dns_gethost_withttl()
645 if (nttl < ttl) in _nss_dns_gethost_withttl()
646 ttl = nttl; in _nss_dns_gethost_withttl()