Searched refs:StunName (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | port_unittest.cc | 397 TestConnectivity("udp", port1, StunName(ntype), port2, in TestLocalToStun() 415 TestConnectivity(StunName(ntype), port1, "udp", port2, in TestStunToLocal() 425 TestConnectivity(StunName(ntype1), port1, StunName(ntype2), port2, in TestStunToStun() 436 TestConnectivity(StunName(ntype), port1, RelayName(rtype, proto), port2, in TestStunToRelay() 534 static const char* StunName(NATType type) { in StunName() function in PortTest
|