Searched refs:pttl (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | domain.c | 205 getmxrr(host, mxhosts, mxprefs, droplocalhost, rcode, tryfallback, pttl) in getmxrr() argument 212 int *pttl; 237 if (pttl != NULL) 238 *pttl = SM_DEFAULT_TTL; 416 if (ttl > 0 && pttl != NULL) 417 *pttl = ttl; 572 getcanonname(mxhosts[0], sizeof(MXHostBuf) - 2, false, pttl)) 785 dns_getcanonname(host, hbsize, trymx, statp, pttl) in dns_getcanonname() argument 790 int *pttl; 1162 if (ttl > 0 && pttl != NULL) [all …]
|
H A D | map.c | 728 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);
|
/illumos-gate/usr/src/lib/nsswitch/dns/common/ |
H A D | dns_common.c | 413 nssuint_t nttl, ttl, *pttl; /* The purpose of this API */ in _nss_dns_gethost_withttl() local 765 pttl = (nssuint_t *)((void *)((char *)pbuf + pbuf->ext_off)); in _nss_dns_gethost_withttl() 766 *pttl = ttl; in _nss_dns_gethost_withttl()
|
/illumos-gate/usr/src/lib/nsswitch/mdns/common/ |
H A D | mdns_common.c | 697 nssuint_t *pttl; in _nss_mdns_gethost_withttl() local 751 pttl = (nssuint_t *)((void *)((char *)pbuf + pbuf->ext_off)); in _nss_mdns_gethost_withttl() 752 *pttl = qdata.ttl; in _nss_mdns_gethost_withttl()
|