OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srflx_addrs
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/p2p/stunprober/
main.cc
80
for (auto& ip : stats.
srflx_addrs
) {
stunprober.cc
479
stats.
srflx_addrs
.insert(request->srflx_addr.ToString());
518
if (stats.
srflx_addrs
.size() &&
519
!srflx_addr.FromString(*(stats.
srflx_addrs
.begin()))) {
stunprober.h
96
// If the
srflx_addrs
has more than 1 element, the NAT is symmetric.
97
std::set<std::string>
srflx_addrs
;
member in struct:stunprober::StunProber::Stats
stunprober_unittest.cc
108
EXPECT_EQ(stats.
srflx_addrs
, srflx_addresses);
Completed in 131 milliseconds