Searched refs:udp_port_ (Results 1 – 3 of 3) sorted by relevance
291 udp_port_.reset(UDPPort::Create(main_, &socket_factory_, &network_, in CreateUdpPort()295 udp_port_->SetIceRole(cricket::ICEROLE_CONTROLLED); in CreateUdpPort()296 udp_port_->SignalPortComplete.connect( in CreateUdpPort()307 udp_port_->PrepareAddress(); in PrepareTurnAndUdpPorts()403 Connection* conn1 = udp_port_->CreateConnection( in TestTurnConnection()414 udp_port_->Candidates()[0], Port::ORIGIN_MESSAGE); in TestTurnConnection()434 Connection* conn1 = udp_port_->CreateConnection(turn_port_->Candidates()[0], in TestDestroyTurnConnection()436 Connection* conn2 = turn_port_->CreateConnection(udp_port_->Candidates()[0], in TestDestroyTurnConnection()460 conn2 = turn_port_->CreateConnection(udp_port_->Candidates()[0], in TestDestroyTurnConnection()472 udp_port_->Candidates()[0], Port::ORIGIN_MESSAGE); in TestTurnSendData()[all …]
723 udp_port_(NULL), in AllocationSequence()743 udp_port_ = NULL; in Clear()899 udp_port_ = port; in CreateUDPPorts()1094 if (udp_port_) { in OnReadPacket()1095 const ServerAddresses& stun_servers = udp_port_->server_addresses(); in OnReadPacket()1101 udp_port_->HandleIncomingPacket( in OnReadPacket()1108 if (udp_port_ == port) { in OnPortDestroyed()1109 udp_port_ = NULL; in OnPortDestroyed()
325 UDPPort* udp_port_; variable