HomeSort by relevance Sort by last modified time
    Searched refs:stun_address (Results 1 - 2 of 2) 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...]

Completed in 392 milliseconds