Searched refs:send_socket_ (Results 1 – 1 of 1) sorted by relevance
88 send_socket_.reset(AsyncStunTCPSocket::Create( in CreateSockets()90 ASSERT_TRUE(send_socket_.get() != NULL); in CreateSockets()109 size_t ret = send_socket_->Send( in Send()127 rtc::scoped_ptr<AsyncStunTCPSocket> send_socket_; member in cricket::AsyncStunTCPSocketTest