Searched refs:SendConnectResult (Results 1 – 4 of 4) sorted by relevance
25 virtual void SendConnectResult(int err, const SocketAddress& addr) = 0;53 void SendConnectResult(int result, const SocketAddress& addr) override;
107 int_socket_->SendConnectResult(0, socket->GetRemoteAddress()); in OnExternalConnect()121 int_socket_->SendConnectResult(err, SocketAddress()); in OnExternalClose()
161 void AsyncSocksProxyServerSocket::SendConnectResult(int result, in SendConnectResult() function in rtc::AsyncSocksProxyServerSocket
78 void SendConnectResult(int err, const SocketAddress& addr) override { in SendConnectResult() function in rtc::NATProxyServerSocket