Home
last modified time | relevance | path

Searched refs:IsPrivateV4 (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
Dipaddress.cc46 static bool IsPrivateV4(uint32 ip);
214 bool IsPrivateV4(uint32 ip_in_host_order) { in IsPrivateV4() function
300 return IsPrivateV4(ip.v4AddressAsHostOrderInteger()); in IPIsPrivate()