Searched refs:ntype1 (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dport_unittest.cc418 void TestStunToStun(NATType ntype1, NATType ntype2) { argument
419 nat_server1_.reset(CreateNatServer(kNatAddr1, ntype1));
425 TestConnectivity(StunName(ntype1), port1, StunName(ntype2), port2,
427 ntype1 != NAT_SYMMETRIC, ntype2 != NAT_SYMMETRIC,
428 ntype1 + ntype2 < (NAT_PORT_RESTRICTED + NAT_SYMMETRIC));

Completed in 56 milliseconds