Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dregathering_controller_unittest.cc36 const rtc::SocketAddress kStunAddr("99.99.99.1", cricket::STUN_SERVER_PORT);
39 cricket::STUN_SERVER_PORT);
Dstun_server.h27 const int STUN_SERVER_PORT = 3478; variable
Dport_unittest.cc92 const SocketAddress kStunAddr("99.99.99.1", STUN_SERVER_PORT);
93 const SocketAddress kTurnUdpIntAddr("99.99.99.4", STUN_SERVER_PORT);
2551 SocketAddress kTurnUdpIntAddr2("99.99.98.4", STUN_SERVER_PORT); in TEST_F()
Dp2p_transport_channel_unittest.cc102 static const SocketAddress kStunAddr("99.99.99.1", cricket::STUN_SERVER_PORT);
105 cricket::STUN_SERVER_PORT);
107 cricket::STUN_SERVER_PORT + 1);
/external/webrtc/p2p/client/
Dbasic_port_allocator_unittest.cc77 static const SocketAddress kStunAddr("99.99.99.1", cricket::STUN_SERVER_PORT);
/external/webrtc/pc/
Dpeer_connection_integrationtest.cc4006 SocketAddress("99.99.99.1", cricket::STUN_SERVER_PORT); in TEST_P()