Searched defs:scope_id (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DInet6Address.java49 private int scope_id; field in class:Inet6Address
56 * {@code name} and {@code scope_id}.
62 * @param scope_id
65 Inet6Address(byte[] ipaddress, String hostName, int scope_id) { argument
67 this.scope_id = scope_id;
68 this.scope_id_set = (scope_id != 0);
73 * addr} and {@code scope_id}.
79 * @param scope_id
85 public static Inet6Address getByAddress(String host, byte[] addr, int scope_id) argument
[all...]
/libcore/luni/src/main/native/
H A DNetworkUtilities.cpp52 int scope_id = 0; local
63 scope_id = sin6.sin6_scope_id;
100 NULL, byteArray.get(), scope_id);
168 static jfieldID scopeFid = env->GetFieldID(JniConstants::inet6AddressClass, "scope_id", "I");

Completed in 91 milliseconds