Lines Matching refs:AF_INET6
495 # ifdef AF_INET6 in httpAddrGetList()
496 family == AF_INET6 ? "INET6" : in httpAddrGetList()
613 if (current->ai_family == AF_INET || current->ai_family == AF_INET6) in httpAddrGetList()
628 if (current->ai_family == AF_INET6) in httpAddrGetList()
730 # ifdef AF_INET6 in httpAddrGetList()
731 (host->h_addrtype == AF_INET || host->h_addrtype == AF_INET6)) in httpAddrGetList()
749 # ifdef AF_INET6 in httpAddrGetList()
750 if (host->h_addrtype == AF_INET6) in httpAddrGetList()
752 temp->addr.ipv6.sin6_family = AF_INET6; in httpAddrGetList()
837 #ifdef AF_INET6 in httpAddrGetList()
852 temp->addr.ipv6.sin6_family = AF_INET6; in httpAddrGetList()
866 if (family != AF_INET6) in httpAddrGetList()
898 #ifdef AF_INET6 in httpAddrGetList()
913 temp->addr.ipv6.sin6_family = AF_INET6; in httpAddrGetList()
922 if (family != AF_INET6) in httpAddrGetList()