OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:srflx
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/talk/app/webrtc/test/
testsdpstrings.h
57
"a=candidate:5 1 UDP 1694302207 74.95.2.170 36993 typ
srflx
raddr "
62
"a=candidate:5 2 UDP 1694302206 74.95.2.170 41028 typ
srflx
raddr"
71
"a=candidate:5 1 UDP 1694302207 74.95.2.170 38826 typ
srflx
raddr"
76
"a=candidate:5 2 UDP 1694302206 74.95.2.170 33611 typ
srflx
raddr"
86
"a=candidate:5 1 UDP 1694302207 74.95.2.170 45536 typ
srflx
raddr"
91
"a=candidate:5 2 UDP 1694302206 74.95.2.170 45468 typ
srflx
raddr"
/external/webrtc/webrtc/p2p/stunprober/
stunprober.cc
448
// Track of how many
srflx
IP that we have seen.
483
// If we're using shared mode and seeing >1
srflx
addresses for a single
516
// If we could find a local IP matching
srflx
, we're not behind a NAT.
/external/webrtc/talk/app/webrtc/
webrtcsession.cc
103
const auto&
srflx
= STUN_PORT_TYPE;
local
123
if (l == host && r ==
srflx
)
129
if (l ==
srflx
&& r == host)
131
if (l ==
srflx
&& r ==
srflx
)
133
if (l ==
srflx
&& r == relay)
135
if (l ==
srflx
&& r == prflx)
139
if (l == relay && r ==
srflx
)
147
if (l == prflx && r ==
srflx
)
[
all
...]
webrtcsdp_unittest.cc
151
"a=candidate:a0+B/3 1 udp 2130706432 74.125.127.126 2345 typ
srflx
"
154
"a=candidate:a0+B/3 2 udp 2130706432 74.125.127.126 2347 typ
srflx
"
321
"a=candidate:a0+B/3 1 udp 2130706432 74.125.127.126 2345 typ
srflx
"
[
all
...]
webrtcsdp.cc
171
static const char kCandidateSrflx[] = "
srflx
";
[
all
...]
/external/webrtc/webrtc/p2p/client/
portallocator_unittest.cc
132
//
srflx
address.
727
// the
srflx
addresses.
[
all
...]
/external/webrtc/webrtc/p2p/base/
port.cc
82
// TODO(ronghuawu): Use "host", "
srflx
", "prflx" and "relay". But this requires
[
all
...]
Completed in 157 milliseconds