/external/openscreen/cast/common/channel/testing/ |
D | fake_cast_socket.h | 33 const IPEndpoint& remote_endpoint) in FakeCastSocket() 35 remote_endpoint(remote_endpoint), in FakeCastSocket() 37 remote_endpoint)), in FakeCastSocket() 42 IPEndpoint remote_endpoint; member 58 const IPEndpoint& remote_endpoint) in FakeCastSocketPair() 59 : local_endpoint(local_endpoint), remote_endpoint(remote_endpoint) { in FakeCastSocketPair() 65 local_endpoint, remote_endpoint); in FakeCastSocketPair() 71 remote_endpoint, local_endpoint); in FakeCastSocketPair() 94 IPEndpoint remote_endpoint; member
|
/external/libchrome/mojo/public/cpp/platform/ |
D | platform_channel.cc | 50 PlatformHandle* remote_endpoint) { in CreateChannel() argument 74 *remote_endpoint = PlatformHandle(base::win::ScopedHandle( in CreateChannel() 77 PCHECK(remote_endpoint->is_valid()); in CreateChannel() 86 PlatformHandle* remote_endpoint) { 92 *remote_endpoint = PlatformHandle(std::move(handles[1])); 94 DCHECK(remote_endpoint->is_valid()); 116 PlatformHandle* remote_endpoint) { 140 *remote_endpoint = PlatformHandle(base::ScopedFD(fds[1])); 142 DCHECK(remote_endpoint->is_valid());
|
D | platform_channel.h | 59 const PlatformChannelEndpoint& remote_endpoint() const { in COMPONENT_EXPORT()
|
/external/openscreen/cast/standalone_sender/ |
D | main.cc | 180 IPEndpoint remote_endpoint = ParseAsEndpoint(iface_or_endpoint); in StandaloneSenderMain() local 181 if (!remote_endpoint.port) { in StandaloneSenderMain() 186 remote_endpoint = endpoint; in StandaloneSenderMain() 194 if (!remote_endpoint.port) { in StandaloneSenderMain() 208 cast_agent->Connect({remote_endpoint, path, max_bitrate, in StandaloneSenderMain()
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
D | handshaker.pb.c | 32 …SSAGE , OPTIONAL, STATIC , OTHER, grpc_gcp_StartClientHandshakeReq, remote_endpoint, local_endpoi… 33 …G , OPTIONAL, CALLBACK, OTHER, grpc_gcp_StartClientHandshakeReq, target_name, remote_endpoint, 0), 49 …SSAGE , OPTIONAL, STATIC , OTHER, grpc_gcp_StartServerHandshakeReq, remote_endpoint, local_endpoi… 50 …AL, STATIC , OTHER, grpc_gcp_StartServerHandshakeReq, rpc_versions, remote_endpoint, &grpc_gcp_Rp… 107 …remote_endpoint) < 65536 && pb_membersize(grpc_gcp_StartClientHandshakeReq, rpc_versions) < 65536 … 118 …remote_endpoint) < 256 && pb_membersize(grpc_gcp_StartClientHandshakeReq, rpc_versions) < 256 && p…
|
D | handshaker.pb.h | 115 grpc_gcp_Endpoint remote_endpoint; member 130 grpc_gcp_Endpoint remote_endpoint; member
|
D | alts_handshaker_service_api.cc | 71 req->client_start.remote_endpoint.ip_address.arg)); in grpc_gcp_handshaker_req_destroy() 93 req->server_start.remote_endpoint.ip_address.arg)); in grpc_gcp_handshaker_req_destroy() 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()
|
/external/openscreen/cast/streaming/ |
D | receiver_packet_router.cc | 52 if (environment_->remote_endpoint().port == 0) { in SendRtcpPacket() 66 if (environment_->remote_endpoint().port != 0) { in OnReceivedPacket() 67 if (source != environment_->remote_endpoint()) { in OnReceivedPacket() 89 if (environment_->remote_endpoint().port == 0) { in OnReceivedPacket()
|
D | environment.h | 90 const IPEndpoint& remote_endpoint() const { return remote_endpoint_; } in remote_endpoint() function
|
D | sender_packet_router.cc | 94 if (source != environment_->remote_endpoint()) { in OnReceivedPacket()
|
D | sender_session.cc | 283 OSP_LOG_INFO << "Streaming to " << environment_->remote_endpoint() << "..."; in SpawnSenders()
|
/external/openscreen/platform/impl/ |
D | stream_socket_posix.cc | 139 Error StreamSocketPosix::Connect(const IPEndpoint& remote_endpoint) { in Connect() argument 144 SocketAddressPosix address(remote_endpoint); in Connect() 167 remote_address_ = remote_endpoint; in Connect()
|
D | stream_socket.h | 48 virtual Error Connect(const IPEndpoint& remote_endpoint) = 0;
|
D | tls_connection_factory_posix.h | 71 void DispatchConnectionFailed(const IPEndpoint& remote_endpoint);
|
D | stream_socket_posix.h | 44 Error Connect(const IPEndpoint& remote_endpoint) override;
|
D | tls_connection_factory_posix.cc | 329 const IPEndpoint& remote_endpoint) { in DispatchConnectionFailed() argument 331 [weak_this = weak_factory_.GetWeakPtr(), remote = remote_endpoint] { in DispatchConnectionFailed()
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | basic_socket.hpp | 1401 endpoint_type remote_endpoint() const in remote_endpoint() function in asio::basic_socket 1404 endpoint_type ep = this->get_service().remote_endpoint( in remote_endpoint() 1431 endpoint_type remote_endpoint(asio::error_code& ec) const in remote_endpoint() function in asio::basic_socket 1433 return this->get_service().remote_endpoint(this->get_implementation(), ec); in remote_endpoint()
|
D | stream_socket_service.hpp | 257 endpoint_type remote_endpoint(const implementation_type& impl, in remote_endpoint() function in asio::stream_socket_service 260 return service_impl_.remote_endpoint(impl, ec); in remote_endpoint()
|
/external/openscreen/cast/sender/ |
D | cast_app_discovery_service_impl_unittest.cc | 33 receiver_.v4_address = fake_cast_socket_pair_.remote_endpoint.address; in SetUp() 34 receiver_.port = fake_cast_socket_pair_.remote_endpoint.port; in SetUp() 257 receiver2.v4_address = fake_sockets2.remote_endpoint.address; in TEST_F() 258 receiver2.port = fake_sockets2.remote_endpoint.port; in TEST_F()
|
/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
D | alts_handshaker_service_api_test_lib.cc | 42 req->client_start.remote_endpoint.ip_address.funcs.decode = in grpc_gcp_handshaker_decoded_req_create() 59 req->server_start.remote_endpoint.ip_address.funcs.decode = in grpc_gcp_handshaker_decoded_req_create() 499 result &= handshaker_endpoint_equals(&l_req->remote_endpoint, in grpc_gcp_handshaker_client_start_req_equals() 500 &r_req->remote_endpoint); in grpc_gcp_handshaker_client_start_req_equals() 556 result &= handshaker_endpoint_equals(&l_req->remote_endpoint, in grpc_gcp_handshaker_server_start_req_equals() 557 &r_req->remote_endpoint); in grpc_gcp_handshaker_server_start_req_equals()
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/proto/ |
D | handshaker.proto | 89 Endpoint remote_endpoint = 7; field 132 Endpoint remote_endpoint = 5; field
|
/external/grpc-grpc-java/alts/src/main/proto/grpc/gcp/ |
D | handshaker.proto | 89 Endpoint remote_endpoint = 7; field 132 Endpoint remote_endpoint = 5; field
|
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/ |
D | handshaker.proto | 89 Endpoint remote_endpoint = 7; field 132 Endpoint remote_endpoint = 5; field
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/proto/ |
D | handshaker.proto | 89 Endpoint remote_endpoint = 7; field 132 Endpoint remote_endpoint = 5; field
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/gcp/ |
D | handshaker.proto | 99 Endpoint remote_endpoint = 7; field 145 Endpoint remote_endpoint = 5; field
|