Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp-addrlist.c550 int ipv6len; /* Length of IPv6 address */ in httpAddrGetList() local
576 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()