Searched refs:SendConnectResult (Results 1 – 4 of 4) sorted by relevance
106 int_socket_->SendConnectResult(0, socket->GetRemoteAddress()); in OnExternalConnect()120 int_socket_->SendConnectResult(err, SocketAddress()); in OnExternalClose()
65 virtual void SendConnectResult(int err, const SocketAddress& addr) = 0;203 void SendConnectResult(int result, const SocketAddress& addr) override;
76 void SendConnectResult(int err, const SocketAddress& addr) override { in SendConnectResult() function in rtc::NATProxyServerSocket
826 void AsyncSocksProxyServerSocket::SendConnectResult(int result, in SendConnectResult() function in rtc::AsyncSocksProxyServerSocket