Searched refs:host_without_scope (Results 1 – 1 of 1) sorted by relevance
128 char host_without_scope[GRPC_INET6_ADDRSTRLEN + 1]; in grpc_parse_ipv6_hostport() local141 strncpy(host_without_scope, host, host_without_scope_len); in grpc_parse_ipv6_hostport()142 host_without_scope[host_without_scope_len] = '\0'; in grpc_parse_ipv6_hostport()143 if (grpc_inet_pton(GRPC_AF_INET6, host_without_scope, &in6->sin6_addr) == in grpc_parse_ipv6_hostport()146 gpr_log(GPR_ERROR, "invalid ipv6 address: '%s'", host_without_scope); in grpc_parse_ipv6_hostport()