Home
last modified time | relevance | path

Searched refs:stun_address (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/p2p/client/
Dbasic_port_allocator.cc1637 PortConfiguration::PortConfiguration(const rtc::SocketAddress& stun_address, in PortConfiguration() argument
1640 : stun_address(stun_address), username(username), password(password) { in PortConfiguration()
1641 if (!stun_address.IsNil()) in PortConfiguration()
1642 stun_servers.insert(stun_address); in PortConfiguration()
1650 stun_address = *(stun_servers.begin()); in PortConfiguration()
1659 if (!stun_address.IsNil() && in StunServers()
1660 stun_servers.find(stun_address) == stun_servers.end()) { in StunServers()
1661 stun_servers.insert(stun_address); in StunServers()
Dbasic_port_allocator.h285 rtc::SocketAddress stun_address; member
295 PortConfiguration(const rtc::SocketAddress& stun_address,
/external/webrtc/api/transport/
Dstun_unittest.cc54 in_addr stun_address = addr->ipaddr().ipv4_address(); in CheckStunAddressAttribute() local
55 ASSERT_EQ(0, memcmp(&v4_address, &stun_address, sizeof(stun_address))); in CheckStunAddressAttribute()
58 in6_addr stun_address = addr->ipaddr().ipv6_address(); in CheckStunAddressAttribute() local
59 ASSERT_EQ(0, memcmp(&v6_address, &stun_address, sizeof(stun_address))); in CheckStunAddressAttribute()
/external/webrtc/p2p/base/
Dturn_port.h312 const rtc::SocketAddress& stun_address);
Dturn_port.cc864 const rtc::SocketAddress& stun_address) { in OnAllocateSuccess() argument
867 rtc::SocketAddress related_address = stun_address; in OnAllocateSuccess()