Searched refs:getPrefixLength (Results 1 – 18 of 18) sorted by relevance
172 new IpPrefix(destination.getAddress(), destination.getPrefixLength()), in RouteInfo()263 mDestination.getPrefixLength() == 32) || in isHost()265 mDestination.getPrefixLength() == 128); in isHost()282 return new LinkAddress(mDestination.getAddress(), mDestination.getPrefixLength()); in getDestinationLinkAddress()321 return mType == RTN_UNICAST && mDestination.getPrefixLength() == 0; in isDefaultRoute()390 (bestRoute.mDestination.getPrefixLength() >= in selectBestRoute()391 route.mDestination.getPrefixLength())) { in selectBestRoute()
255 public int getPrefixLength() { in getPrefixLength() method in LinkAddress265 return getPrefixLength(); in getNetworkPrefixLength()
168 public int getPrefixLength() { in getPrefixLength() method in IpPrefix
74 assertEquals(25, address.getPrefixLength()); in testConstructors()80 assertEquals(127, address.getPrefixLength()); in testConstructors()87 assertEquals(64, address.getPrefixLength()); in testConstructors()93 assertEquals(23, address.getPrefixLength()); in testConstructors()112 assertEquals(8, ipv4Loopback.getPrefixLength()); in testConstructors()115 assertEquals(128, ipv6Loopback.getPrefixLength()); in testConstructors()
54 int32_t getPrefixLength() const;
139 if (linkAddr.getPrefixLength() != RFC7421_PREFIX_LENGTH) continue; in updateUpstreamIPv6LinkProperties()142 linkAddr.getAddress(), linkAddr.getPrefixLength()); in updateUpstreamIPv6LinkProperties()
289 if (linkAddr.isGlobalPreferred() && linkAddr.getPrefixLength() == 64) { in getIPv6OnlyLinkProperties()297 (destination.getPrefixLength() <= 64)) { in getIPv6OnlyLinkProperties()
244 int prefixLength = getPrefixLength(jsonConfig.getInt("prefix_length")); in getWifiConfiguration()348 private static int getPrefixLength(int prefixLength) { in getPrefixLength() method in WifiConfigurationHelper
133 int32_t IpPrefix::getPrefixLength() const in getPrefixLength() function in android::net::IpPrefix
471 final int prefixLength = ipp.getPrefixLength();509 final int prefixLength = ipp.getPrefixLength();
89 out.writeInt(ipAddress.getPrefixLength()); in writeConfig()
666 staticIpConfiguration.ipAddress.getPrefixLength()); in writeStaticIpConfigurationToXml()
1136 final int prefix = (ipv4Address != null) ? ipv4Address.getPrefixLength() : 0; in setLinkProperties()
1000 linkAddr.getPrefixLength()); in setInterfaceConfig()2471 cmd.appendArg(la.getAddress().getHostAddress() + "/" + la.getPrefixLength()); in addLegacyRouteForNetId()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
16999 method public int getPrefixLength();17009 method public int getPrefixLength();
25449 method public int getPrefixLength();25459 method public int getPrefixLength();
27645 method public int getPrefixLength();27655 method public int getPrefixLength();