Searched refs:ntype2 (Results 1 – 1 of 1) sorted by relevance
448 void TestStunToStun(NATType ntype1, NATType ntype2) { in TestStunToStun() argument452 nat_server2_ = CreateNatServer(kNatAddr2, ntype2); in TestStunToStun()455 TestConnectivity(StunName(ntype1), std::move(port1), StunName(ntype2), in TestStunToStun()456 std::move(port2), ntype2 == NAT_OPEN_CONE, in TestStunToStun()457 ntype1 != NAT_SYMMETRIC, ntype2 != NAT_SYMMETRIC, in TestStunToStun()458 ntype1 + ntype2 < (NAT_PORT_RESTRICTED + NAT_SYMMETRIC)); in TestStunToStun()