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