Searched defs:scope_id (Results 1 – 2 of 2) sorted by relevance
49 private int scope_id; field in Inet6Address65 Inet6Address(byte[] ipaddress, String hostName, int scope_id) { in Inet6Address()85 public static Inet6Address getByAddress(String host, byte[] addr, int scope_id) in getByAddress()
51 int scope_id = 0; in sockaddrToInetAddress() local