Searched refs:ipv6len (Results 1 – 1 of 1) sorted by relevance
550 int ipv6len; /* Length of IPv6 address */ in httpAddrGetList() local576 if ((ipv6len = (int)strlen(ipv6) - 1) >= 0 && ipv6[ipv6len] == ']') in httpAddrGetList()578 ipv6[ipv6len] = '\0'; in httpAddrGetList()596 if ((ipv6len = (int)strlen(ipv6) - 1) >= 0 && ipv6[ipv6len] == ']') in httpAddrGetList()598 ipv6[ipv6len] = '\0'; in httpAddrGetList()