HomeSort by relevance Sort by last modified time
    Searched refs:stun_address (Results 1 - 10 of 10) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.h 57 const talk_base::SocketAddress& stun_address() const { function in class:cricket::BasicPortAllocator
172 talk_base::SocketAddress stun_address; member in struct:cricket::PortConfiguration
187 PortConfiguration(const talk_base::SocketAddress& stun_address,
basicportallocator.cc 181 const talk_base::SocketAddress& stun_address,
187 stun_address_(stun_address),
299 PortConfiguration* config = new PortConfiguration(allocator_->stun_address(),
353 if (!config || config->stun_address.IsNil()) {
566 if (config_->stun_address == config->stun_address) {
699 ASSERT(config_ && !config_->stun_address.IsNil());
700 if (!(config_ && !config_->stun_address.IsNil())) {
711 config_->stun_address);
770 : stun_address(sa), username(un), password(pw), magic_cookie(mc)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 190 const talk_base::SocketAddress& stun_address)
193 stun_address_(stun_address) {
200 const talk_base::SocketAddress& stun_address,
206 stun_address_(stun_address) {
330 PortConfiguration* config = new PortConfiguration(allocator_->stun_address(),
421 if (!config || config->stun_address.IsNil()) {
758 if (config_->stun_address == config->stun_address) {
881 ASSERT(config_ && !config_->stun_address.IsNil());
882 if (!(config_ && !config_->stun_address.IsNil()))
    [all...]
basicportallocator.h 85 const talk_base::SocketAddress& stun_address() const { function in class:cricket::BasicPortAllocator
221 talk_base::SocketAddress stun_address; member in struct:cricket::PortConfiguration
228 PortConfiguration(const talk_base::SocketAddress& stun_address,
connectivitychecker.h 182 void set_stun_address(const talk_base::SocketAddress& stun_address) {
183 stun_address_ = stun_address;
connectivitychecker_unittest.cc 220 config->stun_address);
connectivitychecker.cc 342 username, password, config->stun_address);
portallocator_unittest.cc 254 EXPECT_EQ(kStunAddr, allocator().stun_address());
    [all...]
  /external/chromium_org/remoting/client/plugin/
pepper_port_allocator.cc 106 if (config->stun_address.IsUnresolved()) {
110 config->stun_address.Clear();
112 config->stun_address = stun_address_;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun_unittest.cc 66 in_addr stun_address = addr->ipaddr().ipv4_address(); local
67 ASSERT_EQ(0, std::memcmp(&v4_address, &stun_address,
68 sizeof(stun_address)));
71 in6_addr stun_address = addr->ipaddr().ipv6_address(); local
72 ASSERT_EQ(0, std::memcmp(&v6_address, &stun_address,
73 sizeof(stun_address)));
    [all...]

Completed in 431 milliseconds