Searched defs:pttl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c420 nssuint_t nttl, ttl, *pttl; /* The purpose of this API */ local
771 pttl = (nssuint_t *)((void *)((char *)pbuf + pbuf->ext_off));
772 *pttl = ttl;
/illumos-gate/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.c699 nssuint_t *pttl; local
753 pttl = (nssuint_t *)((void *)((char *)pbuf + pbuf->ext_off));
754 *pttl = qdata.ttl;

Completed in 51 milliseconds