Searched refs:getNetworkPart (Results 1 – 8 of 8) sorted by relevance
121 mDestination = new LinkAddress(NetworkUtils.getNetworkPart(destination.getAddress(), in RouteInfo()308 InetAddress dstNet = NetworkUtils.getNetworkPart(destination, in matches()
225 public static InetAddress getNetworkPart(InetAddress address, int prefixLength) { in getNetworkPart() method in NetworkUtils
77 public static InetAddress getNetworkPart(InetAddress address, int prefixLength) { in getNetworkPart() method in NetUtils
912 mConnectedInfo.subnetMask = NetUtils.getNetworkPart( in updateLinkProperties()
932 InetAddress netPart = NetUtils.getNetworkPart(inetAddr, networkPrefixLength); in validateIpConfigFields()
911 InetAddress netPart = NetUtils.getNetworkPart(inetAddr, networkPrefixLength); in validateIpConfigFields()
1673 InetAddress addrMasked = NetworkUtils.getNetworkPart(address, prefix); in isAddressUnderVpn()1674 InetAddress destMasked = NetworkUtils.getNetworkPart(destination.getAddress(), in isAddressUnderVpn()
1142 Landroid/net/NetworkUtils;->getNetworkPart(Ljava/net/InetAddress;I)Ljava/net/InetAddress;