Searched refs:scope_id (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/src/main/java/java/net/ |
D | Inet6Address.java | 206 byte[] ipaddress, int scope_id, boolean scope_id_set, in Inet6AddressHolder() argument 210 this.scope_id = scope_id; in Inet6AddressHolder() 226 int scope_id; // 0 field in Inet6Address.Inet6AddressHolder 252 void init(byte addr[], int scope_id) { in init() argument 256 if (scope_id > 0) { in init() 257 this.scope_id = scope_id; in init() 268 this.scope_id = deriveNumericScope(ipaddress, nif); in init() 408 Inet6Address(String hostName, byte addr[], int scope_id) { in Inet6Address() argument 411 holder6.init(addr, scope_id); in Inet6Address() 489 int scope_id) in getByAddress() argument [all …]
|
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | Inet6Address.java | 39 Inet6Address(java.lang.String hostName, byte[] addr, int scope_id) { in Inet6Address() argument 64 java.lang.String host, byte[] addr, int scope_id) throws java.net.UnknownHostException { in getByAddress() argument 233 int scope_id, in Inet6AddressHolder() argument 244 void init(byte[] addr, int scope_id) { in init() argument 308 int scope_id; field in Inet6Address.Inet6AddressHolder
|
/libcore/luni/src/main/native/ |
D | NetworkUtilities.cpp | 54 int scope_id = 0; in sockaddrToInetAddress() local 65 scope_id = sin6.sin6_scope_id; in sockaddrToInetAddress() 90 NULL, byteArray.get(), scope_id); in sockaddrToInetAddress()
|
/libcore/ojluni/annotations/mmodule/java/net/ |
D | Inet6Address.annotated.java | 38 public static java.net.Inet6Address getByAddress(java.lang.String host, byte[] addr, int scope_id) … in getByAddress() argument
|
/libcore/ojluni/src/main/native/ |
D | net_util_md.c | 801 int scope_id = getInet6Address_scopeid(env, iaObj); in NET_InetAddressToSockaddr() local 802 if (scope_id > 0) { in NET_InetAddressToSockaddr() 803 him6->sin6_scope_id = scope_id; in NET_InetAddressToSockaddr()
|