Home | History | Annotate | Download | only in client

Lines Matching refs:TurnPort

23 #include "webrtc/p2p/base/turnport.h"
557 // SignalAddressError is currently sent from StunPort/TurnPort.
1030 TurnPort* port = NULL;
1044 port = TurnPort::Create(session_->network_thread(),
1055 port = TurnPort::Create(session_->network_thread(),
1078 // Try to find the TurnPort that matches the remote address. Note that the
1081 // a STUN binding response, so we pass the message to TurnPort regardless of
1082 // the message type. The TurnPort will just ignore the message since it will
1084 for (std::vector<TurnPort*>::const_iterator it = turn_ports_.begin();
1086 TurnPort* port = *it;
1097 // Pass the packet to the UdpPort if there is no matching TurnPort, or if