Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c425 boolean_t has_v4 = B_FALSE, has_v6 = B_FALSE; in _nss_dns_gethost_withttl() local
501 if (_nss_has_interfaces(&has_v4, &has_v6) != in _nss_dns_gethost_withttl()
511 if (family == AF_INET6 && has_v6 == B_FALSE && in _nss_dns_gethost_withttl()
516 if (family == AF_INET6 && has_v6) in _nss_dns_gethost_withttl()
519 has_v6 == B_FALSE && flags & AI_V4MAPPED)) in _nss_dns_gethost_withttl()
522 has_v4 = has_v6 = B_TRUE; in _nss_dns_gethost_withttl()