Searched refs:StructIfaddrs (Results 1 – 7 of 7) sorted by relevance
27 public final class StructIfaddrs { class38 …public StructIfaddrs(String ifa_name, int ifa_flags, InetAddress ifa_addr, InetAddress ifa_netmask, in StructIfaddrs() method in StructIfaddrs
219 …public static StructIfaddrs[] getifaddrs() throws ErrnoException { return Libcore.os.getifaddrs();… in getifaddrs()
40 import android.system.StructIfaddrs;395 Map<String, List<StructIfaddrs>> inetMap = new HashMap<>(); in getAll()397 StructIfaddrs[] ifaddrs; in getAll()404 for (StructIfaddrs ifa : ifaddrs) { in getAll()407 List<StructIfaddrs> ifas; in getAll()418 for (Map.Entry<String, List<StructIfaddrs>> e : inetMap.entrySet()) { in getAll()432 for (StructIfaddrs ifa : e.getValue()) { in getAll()
28 import android.system.StructIfaddrs;112 public StructIfaddrs[] getifaddrs() throws ErrnoException; in getifaddrs()
28 import android.system.StructIfaddrs;110 public native StructIfaddrs[] getifaddrs() throws ErrnoException; in getifaddrs()
28 import android.system.StructIfaddrs;136 public StructIfaddrs[] getifaddrs() throws ErrnoException { return os.getifaddrs(); } in getifaddrs()
18 "luni/src/main/java/android/system/StructIfaddrs.java",