Searched defs:prefixLen (Results 1 – 6 of 6) sorted by relevance
193 int prefixLen = address instanceof Inet4Address ? IPV4_PREFIX_LEN : IPV6_PREFIX_LEN; in getLinkPropertiesWithAddresses() local
788 public void addAddress(@NonNull InetAddress address, int prefixLen) throws IOException { in addAddress()811 public void removeAddress(@NonNull InetAddress address, int prefixLen) throws IOException { in removeAddress()
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
705 int prefixLen = getUint8(mPacket, offset + 2); in rioOptionToString() local
7349 const int prefixLen = (type == ConnectivityType::V4) ? 32 : 128; in addDns() local