HomeSort by relevance Sort by last modified time
    Searched refs:stun_address (Results 1 - 11 of 11) 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 188 const talk_base::SocketAddress& stun_address)
191 stun_address_(stun_address) {
198 const talk_base::SocketAddress& stun_address,
204 stun_address_(stun_address) {
328 PortConfiguration* config = new PortConfiguration(allocator_->stun_address(),
419 if (!config || config->stun_address.IsNil()) {
756 if (config_->stun_address == config->stun_address) {
878 ASSERT(config_ && !config_->stun_address.IsNil());
879 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 252 EXPECT_EQ(kStunAddr, allocator().stun_address());
    [all...]
  /external/chromium_org/remoting/client/plugin/
pepper_port_allocator.cc 109 if (config->stun_address.IsUnresolved()) {
113 config->stun_address.Clear();
115 config->stun_address = stun_address_;
  /external/chromium_org/remoting/protocol/
libjingle_transport_factory.cc 425 talk_base::SocketAddress stun_address; local
426 if (stun_address.FromString(config.stun_server)) {
427 stun_hosts.push_back(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 154 milliseconds