HomeSort by relevance Sort by last modified time
    Searched defs:IpPrefix (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/net/
IpPrefix.java 46 public final class IpPrefix implements Parcelable {
53 "IpPrefix has " + address.length + " bytes which is neither 4 nor 16");
59 * Constructs a new {@code IpPrefix} from a byte array containing an IPv4 or IPv6 address in
68 public IpPrefix(byte[] address, int prefixLength) {
75 * Constructs a new {@code IpPrefix} from an IPv4 or IPv6 address and a prefix length. Silently
83 public IpPrefix(InetAddress address, int prefixLength) {
92 * Constructs a new IpPrefix from a string such as "192.0.2.1/24" or "2001:db8::1/64".
100 public IpPrefix(String prefix) {
112 * Compares this {@code IpPrefix} object against the specified object in {@code obj}. Two
120 if (!(obj instanceof IpPrefix)) {
    [all...]
  /prebuilts/sdk/21/
android.jar 

Completed in 60 milliseconds