Home
last modified time | relevance | path

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

12345

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/src/System/Net/
H A DIPEndPoint.cs16 public class IPEndPoint : EndPoint class
56 public IPEndPoint(long address, int port) in IPEndPoint() method in System.Net.IPEndPoint
71 public IPEndPoint(IPAddress address, int port) in IPEndPoint() method in System.Net.IPEndPoint
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DIPEndPoint.cs17 public class IPEndPoint : EndPoint { class
59 public IPEndPoint(long address, int port) { in IPEndPoint() method in System.Net.IPEndPoint
70 public IPEndPoint(IPAddress address, int port) { in IPEndPoint() method in System.Net.IPEndPoint
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/browser/
H A Ddevtools_manager_delegate.h18 class IPEndPoint; variable
95 virtual void Initialized(const net::IPEndPoint* ) { } in Initialized()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/base/
H A Dip_endpoint.cc83 IPEndPoint::IPEndPoint() : port_(0) {} in IPEndPoint() function in net::IPEndPoint
87 IPEndPoint::IPEndPoint(const IPAddress& address, uint16_t port) in IPEndPoint() function in net::IPEndPoint
90 IPEndPoint::IPEndPoint(const IPEndPoint& endpoint) { in IPEndPoint() function in net::IPEndPoint
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/base/
H A Dip_endpoint.cc86 IPEndPoint::IPEndPoint() : port_(0) {} in IPEndPoint() function in net::IPEndPoint
90 IPEndPoint::IPEndPoint(const IPAddress& address, uint16_t port) in IPEndPoint() function in net::IPEndPoint
93 IPEndPoint::IPEndPoint(const IPEndPoint& endpoint) { in IPEndPoint() function in net::IPEndPoint
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/gcm_driver/
H A Dgcm_connection_observer.h10 class IPEndPoint; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/socket/
H A Dserver_socket.h19 class IPEndPoint; variable
H A Dudp_net_log_parameters.h18 class IPEndPoint; variable
H A Ddatagram_client_socket.h16 class IPEndPoint; variable
H A Ddatagram_server_socket.h18 class IPEndPoint; variable
H A Dsocket_net_log_params.h19 class IPEndPoint; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/openscreen_platform/
H A Dnetwork_util.h15 class IPEndPoint; variable
H A Dudp_socket.h21 class IPEndPoint; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/openscreen_platform/
H A Dnetwork_util.h15 class IPEndPoint; variable
H A Dudp_socket.h21 class IPEndPoint; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/smb_client/discovery/
H A Dfake_netbios_client.h16 class IPEndPoint; variable
H A Dnetbios_client_interface.h16 class IPEndPoint; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/socket/
H A Dserver_socket.h19 class IPEndPoint; variable
H A Dudp_net_log_parameters.h18 class IPEndPoint; variable
H A Dsocket_net_log_params.h19 class IPEndPoint; variable
H A Ddatagram_server_socket.h18 class IPEndPoint; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/jingle/glue/
H A Dutils.h14 class IPEndPoint; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/jingle/glue/
H A Dutils.h14 class IPEndPoint; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/direct_sockets/
H A Dudp_socket.h22 class IPEndPoint; variable
H A Dtcp_socket.h23 class IPEndPoint; variable

12345