OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STUN_SERVER_PORT
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/p2p/base/
stunserver.h
20
const int
STUN_SERVER_PORT
= 3478;
p2ptransportchannel_unittest.cc
73
static const SocketAddress kStunAddr("99.99.99.1", cricket::
STUN_SERVER_PORT
);
83
cricket::
STUN_SERVER_PORT
);
[
all
...]
port_unittest.cc
53
static const SocketAddress kStunAddr("99.99.99.1",
STUN_SERVER_PORT
);
60
static const SocketAddress kTurnUdpIntAddr("99.99.99.4",
STUN_SERVER_PORT
);
[
all
...]
/external/webrtc/webrtc/p2p/client/
portallocator_unittest.cc
49
static const SocketAddress kStunAddr("99.99.99.1", cricket::
STUN_SERVER_PORT
);
[
all
...]
/external/webrtc/talk/app/webrtc/
webrtcsession_unittest.cc
377
rtc::SocketAddress(kStunAddrHost, cricket::
STUN_SERVER_PORT
)),
[
all
...]
Completed in 213 milliseconds