Home
last modified time | relevance | path

Searched refs:scope_id (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
DInet6Address.java214 byte[] ipaddress, int scope_id, boolean scope_id_set, in Inet6AddressHolder() argument
218 this.scope_id = scope_id; in Inet6AddressHolder()
234 int scope_id; // 0 field in Inet6Address.Inet6AddressHolder
260 void init(byte addr[], int scope_id) { in init() argument
264 if (scope_id > 0) { in init()
265 this.scope_id = scope_id; in init()
276 this.scope_id = deriveNumericScope(ipaddress, nif); in init()
416 Inet6Address(String hostName, byte addr[], int scope_id) { in Inet6Address() argument
419 holder6.init(addr, scope_id); in Inet6Address()
497 int scope_id) in getByAddress() argument
[all …]
/libcore/ojluni/annotations/hiddenapi/java/net/
DInet6Address.java39 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/ojluni/annotations/mmodule/java/net/
DInet6Address.annotated.java38 public static java.net.Inet6Address getByAddress(java.lang.String host, byte[] addr, int scope_id) … in getByAddress() argument
/libcore/luni/src/main/native/
DNetworkUtilities.cpp58 int scope_id = 0; in sockaddrToInetAddress() local
69 scope_id = sin6.sin6_scope_id; in sockaddrToInetAddress()
94 NULL, byteArray.get(), scope_id); in sockaddrToInetAddress()
/libcore/ojluni/src/main/native/
Dnet_util_md.c801 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()