Searched refs:ipv6_end (Results 1 – 1 of 1) sorted by relevance
661 size_t ipv6_end = command.find_first_of(']'); in parse_host_service() local662 if (ipv6_end != std::string::npos) { in parse_host_service()663 consume(ipv6_end + 1); in parse_host_service()