Searched defs:IpPrefix (Results 1 – 1 of 1) sorted by relevance
55 public final class IpPrefix implements Parcelable { class77 public IpPrefix(@NonNull byte[] address, @IntRange(from = 0, to = 128) int prefixLength) { in IpPrefix() method in IpPrefix91 public IpPrefix(@NonNull InetAddress address, @IntRange(from = 0, to = 128) int prefixLength) { in IpPrefix() method in IpPrefix109 public IpPrefix(@NonNull String prefix) { in IpPrefix() method in IpPrefix