Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/net/
DInet6Address.java49 private int scope_id; field in Inet6Address
65 Inet6Address(byte[] ipaddress, String hostName, int scope_id) { in Inet6Address()
85 public static Inet6Address getByAddress(String host, byte[] addr, int scope_id) in getByAddress()
/libcore/luni/src/main/native/
DNetworkUtilities.cpp51 int scope_id = 0; in sockaddrToInetAddress() local