Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c762 pbuf->ext_off = pbuf->data_off + len; in _nss_dns_gethost_withttl()
765 pttl = (nssuint_t *)((void *)((char *)pbuf + pbuf->ext_off)); in _nss_dns_gethost_withttl()
/illumos-gate/usr/src/lib/nsswitch/mdns/common/
H A Dmdns_common.c746 pbuf->ext_off = pbuf->data_off + len; in _nss_mdns_gethost_withttl()
751 pttl = (nssuint_t *)((void *)((char *)pbuf + pbuf->ext_off)); in _nss_mdns_gethost_withttl()
/illumos-gate/usr/src/head/
H A Dnss_dbdefs.h622 nssuint_t ext_off; /* OUT: extended results off */ member
/illumos-gate/usr/src/cmd/nscd/
H A Dcache.c1256 if (phdr->ext_off == 0) in get_dns_ttl()
1263 ttl = *(nssuint_t *)((void *)((char *)pbuf + phdr->ext_off)); in get_dns_ttl()