Searched refs:set_endpoint (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
D | alts_handshaker_service_api.cc | 252 static void set_endpoint(grpc_gcp_endpoint* endpoint, const char* ip_address, in set_endpoint() function 302 set_endpoint(&req->client_start.local_endpoint, ip_address, port, protocol); in grpc_gcp_handshaker_req_set_local_endpoint() 305 set_endpoint(&req->server_start.local_endpoint, ip_address, port, protocol); in grpc_gcp_handshaker_req_set_local_endpoint() 322 set_endpoint(&req->client_start.remote_endpoint, ip_address, port, in grpc_gcp_handshaker_req_set_remote_endpoint() 326 set_endpoint(&req->server_start.remote_endpoint, ip_address, port, in grpc_gcp_handshaker_req_set_remote_endpoint()
|