Home
last modified time | relevance | path

Searched defs:remote_endpoint (Results 1 – 25 of 25) sorted by relevance

/external/oss-fuzz/projects/openvpn/
Dfuzz_route.c74 const char *remote_endpoint = gb_get_random_string(); in LLVMFuzzerTestOneInput() local
126 const char *remote_endpoint = gb_get_random_string(); in LLVMFuzzerTestOneInput() local
/external/openscreen/cast/common/channel/testing/
Dfake_cast_socket.h42 IPEndpoint remote_endpoint; member
94 IPEndpoint remote_endpoint; member
/external/cronet/net/websockets/
Dwebsocket_handshake_response_info.cc18 const IPEndPoint& remote_endpoint, in WebSocketHandshakeResponseInfo()
Dwebsocket_handshake_response_info.h36 IPEndPoint remote_endpoint; member
Dwebsocket_stream_create_test_base.cc80 const IPEndPoint& remote_endpoint, in OnAuthRequired()
Dwebsocket_channel.cc226 const IPEndPoint& remote_endpoint, in OnAuthRequired()
492 const IPEndPoint& remote_endpoint, in OnAuthRequired()
Dwebsocket_end_to_end_test.cc237 const IPEndPoint& remote_endpoint, in OnAuthRequired()
Dwebsocket_channel_test.cc199 const IPEndPoint& remote_endpoint, in OnAuthRequired()
248 const IPEndPoint& remote_endpoint, in OnAuthRequired()
2659 IPEndPoint remote_endpoint(net::IPAddress(127, 0, 0, 1), 80); in TEST_F() local
/external/grpc-grpc-java/alts/src/main/proto/grpc/gcp/
Dhandshaker.proto89 Endpoint remote_endpoint = 7; field
132 Endpoint remote_endpoint = 5; field
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/proto/
Dhandshaker.proto89 Endpoint remote_endpoint = 7; field
132 Endpoint remote_endpoint = 5; field
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/
Dhandshaker.proto89 Endpoint remote_endpoint = 7; field
132 Endpoint remote_endpoint = 5; field
/external/grpc-grpc/src/core/tsi/alts/handshaker/proto/
Dhandshaker.proto89 Endpoint remote_endpoint = 7; field
132 Endpoint remote_endpoint = 5; field
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/gcp/
Dhandshaker.proto99 Endpoint remote_endpoint = 7; field
145 Endpoint remote_endpoint = 5; field
/external/openscreen/cast/streaming/
Denvironment.h90 const IPEndpoint& remote_endpoint() const { return remote_endpoint_; } in remote_endpoint() function
/external/libchrome/mojo/public/cpp/platform/
Dplatform_channel.cc50 PlatformHandle* remote_endpoint) { in CreateChannel()
/external/openscreen/cast/standalone_sender/
Dmain.cc216 IPEndpoint remote_endpoint = ParseAsEndpoint(iface_or_endpoint); in StandaloneSenderMain() local
/external/openscreen/platform/impl/
Dstream_socket_posix.cc139 Error StreamSocketPosix::Connect(const IPEndpoint& remote_endpoint) { in Connect()
Dtls_connection_factory_posix.cc329 const IPEndpoint& remote_endpoint) { in DispatchConnectionFailed()
/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_socket.hpp1401 endpoint_type remote_endpoint() const in remote_endpoint() function in asio::basic_socket
1431 endpoint_type remote_endpoint(asio::error_code& ec) const in remote_endpoint() function in asio::basic_socket
Dstream_socket_service.hpp257 endpoint_type remote_endpoint(const implementation_type& impl, in remote_endpoint() function in asio::stream_socket_service
/external/cronet/net/http/
Dhttp_response_info.h219 IPEndPoint remote_endpoint; variable
Dhttp_cache_unittest.cc230 IPEndPoint* remote_endpoint) { in RunTransactionTestBase()
296 IPEndPoint* remote_endpoint) { in RunTransactionTestAndGetTimingAndConnectedSocketAddress()
6132 IPEndPoint remote_endpoint; in TEST_F() local
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dhandshaker.pb.h115 grpc_gcp_Endpoint remote_endpoint; member
130 grpc_gcp_Endpoint remote_endpoint; member
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactive_socket_service.hpp181 endpoint_type remote_endpoint(const implementation_type& impl, in remote_endpoint() function in asio::detail::reactive_socket_service
/external/python/bumble/bumble/
Davdtp.py1889 def __init__(self, protocol, local_endpoint, remote_endpoint): argument