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

  /frameworks/native/libs/binder/include/binder/
IpPrefix.h 31 * C++ implementation of the Java class android.net.IpPrefix
33 class IpPrefix : public Parcelable {
35 IpPrefix() = default;
36 virtual ~IpPrefix() = default;
37 IpPrefix(const IpPrefix& prefix) = default;
39 IpPrefix(const struct in6_addr& addr, int32_t plen):
42 IpPrefix(const struct in_addr& addr, int32_t plen):
61 friend bool operator==(const IpPrefix& lhs, const IpPrefix& rhs)
    [all...]
  /frameworks/base/core/java/android/net/
IpPrefix.java 48 public final class IpPrefix implements Parcelable {
55 "IpPrefix has " + address.length + " bytes which is neither 4 nor 16");
61 * Constructs a new {@code IpPrefix} from a byte array containing an IPv4 or IPv6 address in
70 public IpPrefix(byte[] address, int prefixLength) {
77 * Constructs a new {@code IpPrefix} from an IPv4 or IPv6 address and a prefix length. Silently
85 public IpPrefix(InetAddress address, int prefixLength) {
94 * Constructs a new IpPrefix from a string such as "192.0.2.1/24" or "2001:db8::1/64".
102 public IpPrefix(String prefix) {
114 * Compares this {@code IpPrefix} object against the specified object in {@code obj}. Two
122 if (!(obj instanceof IpPrefix)) {
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 93 milliseconds