Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c432 boolean_t has_v4 = B_FALSE, has_v6 = B_FALSE; in _nss_dns_gethost_withttl() local
508 if (_nss_has_interfaces(&has_v4, &has_v6) != in _nss_dns_gethost_withttl()
518 if (family == AF_INET6 && has_v6 == B_FALSE && in _nss_dns_gethost_withttl()
523 if (family == AF_INET6 && has_v6) in _nss_dns_gethost_withttl()
526 has_v6 == B_FALSE && flags & AI_V4MAPPED)) in _nss_dns_gethost_withttl()
529 has_v4 = has_v6 = B_TRUE; in _nss_dns_gethost_withttl()