Searched defs:grpc_resolved_address (Results 1 – 5 of 5) sorted by relevance
50 int grpc_is_unix_socket(const grpc_resolved_address* /* addr */) { in grpc_is_unix_socket()55 const grpc_resolved_address* /* addr */) {} in grpc_unlink_if_unix_domain_socket()58 const grpc_resolved_address* /* addr */) { in grpc_sockaddr_to_uri_unix_if_possible()
44 struct grpc_resolved_address { struct50 grpc_resolved_address* addrs; argument
126 grpc_resolved_address* /* resolved_addr */) { in grpc_parse_unix() argument131 grpc_resolved_address* /* resolved_addr */) { in grpc_parse_unix_abstract() argument138 absl::string_view /* path */, grpc_resolved_address* /* resolved_addr */) { in UnixSockaddrPopulate() argument143 absl::string_view /* path */, grpc_resolved_address* /* resolved_addr */) { in UnixAbstractSockaddrPopulate() argument
203 bool MapAddress(const grpc_resolved_address& /*address*/, in MapAddress()205 grpc_resolved_address** /*new_address*/, in MapAddress() argument
47 } grpc_resolved_address; typedef