OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IpPrefix
(Results
1 - 4
of
4
) 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
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
Completed in 270 milliseconds