OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 89 milliseconds