Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dport_unittest.cc418 void TestStunToStun(NATType ntype1, NATType ntype2) { in TestStunToStun() argument
422 nat_server2_.reset(CreateNatServer(kNatAddr2, ntype2)); in TestStunToStun()
425 TestConnectivity(StunName(ntype1), port1, StunName(ntype2), port2, in TestStunToStun()
426 ntype2 == NAT_OPEN_CONE, in TestStunToStun()
427 ntype1 != NAT_SYMMETRIC, ntype2 != NAT_SYMMETRIC, in TestStunToStun()
428 ntype1 + ntype2 < (NAT_PORT_RESTRICTED + NAT_SYMMETRIC)); in TestStunToStun()