Home
last modified time | relevance | path

Searched refs:StunName (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/p2p/base/
Dport_unittest.cc427 TestConnectivity("udp", std::move(port1), StunName(ntype), std::move(port2), in TestLocalToStun()
445 TestConnectivity(StunName(ntype), std::move(port1), "udp", std::move(port2), in TestStunToLocal()
455 TestConnectivity(StunName(ntype1), std::move(port1), StunName(ntype2), in TestStunToStun()
466 TestConnectivity(StunName(ntype), std::move(port1), RelayName(proto), in TestStunToRelay()
557 static const char* StunName(NATType type) { in StunName() function in cricket::PortTest