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

  /external/webrtc/webrtc/base/
network.h 64 virtual bool GetDefaultLocalAddress(int family, IPAddress* ipaddr) const = 0;
117 bool GetDefaultLocalAddress(int family, IPAddress* ipaddr) const override;
145 bool GetDefaultLocalAddress(int family, IPAddress* ipaddr) const override;
network_unittest.cc     [all...]
network.cc 175 bool NetworkManager::GetDefaultLocalAddress(int family, IPAddress* addr) const {
356 bool NetworkManagerBase::GetDefaultLocalAddress(int family,
  /external/webrtc/webrtc/p2p/base/
stunport.cc 418 Network()->default_local_address_provider()->GetDefaultLocalAddress(

Completed in 3549 milliseconds