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

  /external/webrtc/webrtc/base/
ipaddress_unittest.cc 804 EXPECT_FALSE(IPIsSiteLocal(v4_addr));
813 EXPECT_FALSE(IPIsSiteLocal(linklocal_addr));
822 EXPECT_FALSE(IPIsSiteLocal(normal_addr));
833 EXPECT_FALSE(IPIsSiteLocal(v4mapped_addr));
842 EXPECT_FALSE(IPIsSiteLocal(v4compat_addr));
    [all...]
ipaddress.h 166 bool IPIsSiteLocal(const IPAddress& ip);
ipaddress.cc 456 bool IPIsSiteLocal(const IPAddress& ip) {
495 } else if (IPIsV4Compatibility(ip) || IPIsSiteLocal(ip) || IPIs6Bone(ip)) {

Completed in 78 milliseconds