Searched refs:LookupBinding (Results 1 – 3 of 3) sorted by relevance
181 server_->Disconnect(server_->LookupBinding(addr)); in Close()197 socket = server_->LookupBinding(remote_addr_); in Close()224 server_->Disconnect(server_->LookupBinding(data->addr)); in Close()302 VirtualSocket* sender = server_->LookupBinding(remote_addr_); in RecvFrom()409 server_->Disconnect(server_->LookupBinding(data->addr)); in OnMessage()661 VirtualSocket* VirtualSocketServer::LookupBinding(const SocketAddress& addr) { in LookupBinding() function in rtc::VirtualSocketServer677 return LookupBinding(sock_addr); in LookupBinding()736 VirtualSocket* remote = LookupBinding(remote_addr); in Connect()771 VirtualSocket* recipient = LookupBinding(remote_addr); in SendUdp()
138 VirtualSocket* LookupBinding(const SocketAddress& addr);
101 using rtc::VirtualSocketServer::LookupBinding;152 ss_->LookupBinding(socket->GetLocalAddress()); in ConnectSignalAddressReadyToSetLocalhostAsAltenertativeLocalAddress()