Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/api/transport/
H A Dstun_unittest.cc55 in_addr stun_address = addr->ipaddr().ipv4_address(); in CheckStunAddressAttribute() local
56 ASSERT_EQ(0, memcmp(&v4_address, &stun_address, sizeof(stun_address))); in CheckStunAddressAttribute()
59 in6_addr stun_address = addr->ipaddr().ipv6_address(); in CheckStunAddressAttribute() local
60 ASSERT_EQ(0, memcmp(&v6_address, &stun_address, sizeof(stun_address))); in CheckStunAddressAttribute()
/aosp_15_r20/external/webrtc/p2p/client/
H A Dbasic_port_allocator.cc1796 stun_address = *(stun_servers.begin()); in PortConfiguration()
1805 if (!stun_address.IsNil() && in StunServers()
1806 stun_servers.find(stun_address) == stun_servers.end()) { in StunServers()
1807 stun_servers.insert(stun_address); in StunServers()
H A Dbasic_port_allocator.h310 rtc::SocketAddress stun_address; member
/aosp_15_r20/external/webrtc/p2p/base/
H A Dturn_port.h270 const rtc::SocketAddress& stun_address);
H A Dturn_port.cc886 const rtc::SocketAddress& stun_address) { in OnAllocateSuccess() argument
889 rtc::SocketAddress related_address = stun_address; in OnAllocateSuccess()