Searched refs:ext_off (Results 1 – 4 of 4) sorted by relevance
768 pbuf->ext_off = pbuf->data_off + len; in _nss_dns_gethost_withttl()771 pttl = (nssuint_t *)((void *)((char *)pbuf + pbuf->ext_off)); in _nss_dns_gethost_withttl()
748 pbuf->ext_off = pbuf->data_off + len; in _nss_mdns_gethost_withttl()753 pttl = (nssuint_t *)((void *)((char *)pbuf + pbuf->ext_off)); in _nss_mdns_gethost_withttl()
613 nssuint_t ext_off; /* OUT: extended results off */ member
1230 if (phdr->ext_off == 0) in get_dns_ttl()1237 ttl = *(nssuint_t *)((void *)((char *)pbuf + phdr->ext_off)); in get_dns_ttl()