Lines Matching refs:AF_INET6
493 # ifdef AF_INET6 in httpAddrGetList()
494 family == AF_INET6 ? "INET6" : in httpAddrGetList()
611 if (current->ai_family == AF_INET || current->ai_family == AF_INET6) in httpAddrGetList()
625 if (current->ai_family == AF_INET6) in httpAddrGetList()
727 # ifdef AF_INET6 in httpAddrGetList()
728 (host->h_addrtype == AF_INET || host->h_addrtype == AF_INET6)) in httpAddrGetList()
746 # ifdef AF_INET6 in httpAddrGetList()
747 if (host->h_addrtype == AF_INET6) in httpAddrGetList()
749 temp->addr.ipv6.sin6_family = AF_INET6; in httpAddrGetList()
834 #ifdef AF_INET6 in httpAddrGetList()
849 temp->addr.ipv6.sin6_family = AF_INET6; in httpAddrGetList()
863 if (family != AF_INET6) in httpAddrGetList()
895 #ifdef AF_INET6 in httpAddrGetList()
910 temp->addr.ipv6.sin6_family = AF_INET6; in httpAddrGetList()
919 if (family != AF_INET6) in httpAddrGetList()