Lines Matching refs:AF_INET6
478 # ifdef AF_INET6 in httpAddrGetList()
479 family == AF_INET6 ? "INET6" : in httpAddrGetList()
596 if (current->ai_family == AF_INET || current->ai_family == AF_INET6) in httpAddrGetList()
610 if (current->ai_family == AF_INET6) in httpAddrGetList()
712 # ifdef AF_INET6 in httpAddrGetList()
713 (host->h_addrtype == AF_INET || host->h_addrtype == AF_INET6)) in httpAddrGetList()
731 # ifdef AF_INET6 in httpAddrGetList()
732 if (host->h_addrtype == AF_INET6) in httpAddrGetList()
734 temp->addr.ipv6.sin6_family = AF_INET6; in httpAddrGetList()
819 #ifdef AF_INET6 in httpAddrGetList()
834 temp->addr.ipv6.sin6_family = AF_INET6; in httpAddrGetList()
848 if (family != AF_INET6) in httpAddrGetList()
880 #ifdef AF_INET6 in httpAddrGetList()
895 temp->addr.ipv6.sin6_family = AF_INET6; in httpAddrGetList()
904 if (family != AF_INET6) in httpAddrGetList()