HomeSort by relevance Sort by last modified time
    Searched defs:network_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.h 120 talk_base::Network* network() { return network_; }
243 talk_base::Network* network_; member in class:cricket::Port
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 155 talk_base::Network* network_; member in class:cricket::AllocationSequence
534 : session_(session), network_(network), ip_(network->ip()), config_(config),
554 if (!((network == network_) && (ip_ == network->ip()))) {
607 LOG_J(LS_INFO, network_) << "Allocation Phase=" << PHASE_NAMES[phase]
668 network_, ip_,
683 network_, ip_,
708 network_, ip_,
736 network_, ip_,

Completed in 1251 milliseconds