Searched defs:prefixLen (Results 1 – 6 of 6) sorted by relevance
172 public boolean addAddress(InetAddress ip, int prefixLen) { in addAddress()185 public boolean removeAddress(InetAddress ip, int prefixLen) { in removeAddress()
134 int prefixLen = address instanceof Inet4Address ? IPV4_PREFIX_LEN : IPV6_PREFIX_LEN; in getLinkPropertiesWithAddresses() local
417 public Builder addInternalAddressRequest(@NonNull Inet6Address address, int prefixLen) { in addInternalAddressRequest()
345 int prefixLen = 0; in netmaskToPrefixLen() local358 protected static byte[] prefixToNetmaskBytes(int prefixLen) { in prefixToNetmaskBytes()1001 int prefixLen = Byte.toUnsignedInt(inputBuffer.get()); in TunnelModeChildConfigAttrIpv6AddrRangeBase() local
655 int prefixLen = getUint8(mPacket, offset + 2); in rioOptionToString() local
6306 const int prefixLen = (type == ConnectivityType::V4) ? 32 : 128; in addDns() local