Searched refs:WrapSocket (Results 1 – 7 of 7) sorted by relevance
72 virtual AsyncProxyServerSocket* WrapSocket(AsyncSocket* socket) = 0;92 AsyncProxyServerSocket* WrapSocket(AsyncSocket* socket) override;
71 Socket * WrapSocket(Socket * sock, int type);72 AsyncSocket * WrapSocket(AsyncSocket * sock, int type);
182 return WrapSocket(server_->CreateAsyncSocket(family, type), type); in CreateSocket()190 return WrapSocket(server_->CreateAsyncSocket(family, type), type); in CreateAsyncSocket()205 AsyncSocket* FirewallSocketServer::WrapSocket(AsyncSocket* sock, int type) { in WrapSocket() function in rtc::FirewallSocketServer
46 AsyncProxyServerSocket* wrapped_socket = WrapSocket(int_socket); in OnAcceptEvent()150 AsyncProxyServerSocket* SocksProxyServer::WrapSocket(AsyncSocket* socket) { in WrapSocket() function in rtc::SocksProxyServer
72 AsyncSocket* WrapSocket(SOCKET s);
120 AsyncProxyServerSocket* WrapSocket(AsyncSocket* socket) override { in WrapSocket() function in rtc::NATProxyServer
386 return ss_->WrapSocket(s); in Accept()1182 AsyncSocket* PhysicalSocketServer::WrapSocket(SOCKET s) { in WrapSocket() function in rtc::PhysicalSocketServer