Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/address_utils/
Dparse_address_with_named_scope_id_test.cc59 grpc_sockaddr_in6* result_from_grpc_parser = in test_grpc_parse_ipv6_parity_with_getaddrinfo() local
63 ASSERT_EQ(result_from_grpc_parser->sin6_family, AF_INET6); in test_grpc_parse_ipv6_parity_with_getaddrinfo()
65 ASSERT_EQ(memcmp(&result_from_grpc_parser->sin6_addr, in test_grpc_parse_ipv6_parity_with_getaddrinfo()
68 ASSERT_EQ(result_from_grpc_parser->sin6_scope_id, in test_grpc_parse_ipv6_parity_with_getaddrinfo()
70 ASSERT_NE(result_from_grpc_parser->sin6_scope_id, 0); in test_grpc_parse_ipv6_parity_with_getaddrinfo()