Searched defs:IpPrefix (Results 1 – 2 of 2) sorted by relevance
53 public final class IpPrefix implements Parcelable { class75 public IpPrefix(@NonNull byte[] address, @IntRange(from = 0, to = 128) int prefixLength) { in IpPrefix() method in IpPrefix92 public IpPrefix(@NonNull InetAddress address, @IntRange(from = 0, to = 128) int prefixLength) { in IpPrefix() method in IpPrefix111 public IpPrefix(@NonNull String prefix) { in IpPrefix() method in IpPrefix
41 IpPrefix(const struct in6_addr& addr, int32_t plen): in IpPrefix() function44 IpPrefix(const struct in_addr& addr, int32_t plen): in IpPrefix() function