Home
last modified time | relevance | path

Searched refs:GetLocalEndpoint (Results 1 – 25 of 105) sorted by relevance

12345

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/platform/api/
H A Dsocket_integration_unittest.cc29 const IPEndpoint local_endpoint = socket->GetLocalEndpoint(); in TEST()
47 const IPEndpoint local_endpoint = socket->GetLocalEndpoint(); in TEST()
H A Dtls_connection.h44 virtual IPEndpoint GetLocalEndpoint() const = 0;
H A Dudp_socket.h87 virtual IPEndpoint GetLocalEndpoint() const = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/platform/api/
H A Dsocket_integration_unittest.cc29 const IPEndpoint local_endpoint = socket->GetLocalEndpoint(); in TEST()
47 const IPEndpoint local_endpoint = socket->GetLocalEndpoint(); in TEST()
H A Dtls_connection.h44 virtual IPEndpoint GetLocalEndpoint() const = 0;
H A Dudp_socket.h87 virtual IPEndpoint GetLocalEndpoint() const = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/cast/streaming/
H A Denvironment.cc37 return socket_->GetLocalEndpoint(); in GetBoundLocalEndpoint()
92 OSP_LOG_ERROR << "For UDP socket bound to " << socket_->GetLocalEndpoint() in OnError()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/cast/streaming/
H A Denvironment.cc40 return socket_->GetLocalEndpoint(); in GetBoundLocalEndpoint()
95 OSP_LOG_ERROR << "For UDP socket bound to " << socket_->GetLocalEndpoint() in OnError()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/remote/
H A Dendpoint.cpp94 Endpoint::Ptr Endpoint::GetLocalEndpoint() in GetLocalEndpoint() function in Endpoint
101 return listener->GetLocalEndpoint(); in GetLocalEndpoint()
H A Dendpoint.hpp39 static Endpoint::Ptr GetLocalEndpoint();
H A Dapilistener-authority.cpp30 my_endpoint = Endpoint::GetLocalEndpoint(); in UpdateObjectAuthority()
/dports/net/rospo/rospo-0.7.1/pkg/tun/
H A Dconf.go20 func (c *TunnelConf) GetLocalEndpoint() *utils.Endpoint { func
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/platform/test/
H A Dmock_udp_socket.h23 MOCK_CONST_METHOD0(GetLocalEndpoint, IPEndpoint());
H A Dmock_tls_connection.h27 IPEndpoint GetLocalEndpoint() const override { return local_address_; } in GetLocalEndpoint() function
H A Dfake_udp_socket.cc26 IPEndpoint FakeUdpSocket::GetLocalEndpoint() const { in GetLocalEndpoint() function in openscreen::FakeUdpSocket
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/icingadb/
H A Dicingadb-stats.cpp47 auto localEndpoint (Endpoint::GetLocalEndpoint()); in GetStats()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/fuchsia/cast_streaming/
H A Dreceiver_udp_socket.h27 openscreen::IPEndpoint GetLocalEndpoint() const final;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/platform/impl/
H A Dudp_socket_posix.h38 IPEndpoint GetLocalEndpoint() const override;
H A Dtls_connection_posix.h37 IPEndpoint GetLocalEndpoint() const override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/platform/impl/
H A Dtls_connection_posix.h37 IPEndpoint GetLocalEndpoint() const override;
H A Dudp_socket_posix.h38 IPEndpoint GetLocalEndpoint() const override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/openscreen_platform/
H A Dtls_client_connection.h36 openscreen::IPEndpoint GetLocalEndpoint() const final;
H A Dudp_socket.h39 openscreen::IPEndpoint GetLocalEndpoint() const final;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/openscreen_platform/
H A Dtls_client_connection.h36 openscreen::IPEndpoint GetLocalEndpoint() const final;
H A Dudp_socket.h39 openscreen::IPEndpoint GetLocalEndpoint() const final;

12345