Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/src/
H A Ddomain.c207 getmxrr(host, mxhosts, mxprefs, droplocalhost, rcode, tryfallback, pttl) in getmxrr() argument
214 int *pttl;
239 if (pttl != NULL)
240 *pttl = SM_DEFAULT_TTL;
418 if (ttl > 0 && pttl != NULL)
419 *pttl = ttl;
574 getcanonname(mxhosts[0], sizeof(MXHostBuf) - 2, false, pttl))
787 dns_getcanonname(host, hbsize, trymx, statp, pttl) in dns_getcanonname() argument
792 int *pttl;
1164 if (ttl > 0 && pttl != NULL)
[all …]
H A Dmap.c728 getcanonname(host, hbsize, trymx, pttl) in getcanonname() argument
732 int *pttl;
747 if (pttl != 0)
748 *pttl = SM_DEFAULT_TTL;
783 found = dns_getcanonname(host, hbsize, trymx, &status, pttl);
/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
771 pttl = (nssuint_t *)((void *)((char *)pbuf + pbuf->ext_off)); in _nss_dns_gethost_withttl()
772 *pttl = ttl; in _nss_dns_gethost_withttl()
/titanic_50/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.c699 nssuint_t *pttl; in _nss_mdns_gethost_withttl() local
753 pttl = (nssuint_t *)((void *)((char *)pbuf + pbuf->ext_off)); in _nss_mdns_gethost_withttl()
754 *pttl = qdata.ttl; in _nss_mdns_gethost_withttl()