Searched refs:StructIfaddrs (Results 1 – 8 of 8) sorted by relevance
29 public final class StructIfaddrs { class40 …public StructIfaddrs(String ifa_name, int ifa_flags, InetAddress ifa_addr, InetAddress ifa_netmask, in StructIfaddrs() method in StructIfaddrs
216 …public static StructIfaddrs[] getifaddrs() throws ErrnoException { return Libcore.os.getifaddrs();… in getifaddrs()
40 import android.system.StructIfaddrs;431 Map<String, List<StructIfaddrs>> inetMap = new HashMap<>(); in getAll()433 StructIfaddrs[] ifaddrs; in getAll()440 for (StructIfaddrs ifa : ifaddrs) { in getAll()443 List<StructIfaddrs> ifas; in getAll()454 for (Map.Entry<String, List<StructIfaddrs>> e : inetMap.entrySet()) { in getAll()468 for (StructIfaddrs ifa : e.getValue()) { in getAll()
21 import android.system.StructIfaddrs;213 StructIfaddrs[] ifaddrs = Libcore.os.getifaddrs(); in testGetNetworkInterfaces_matchesIfaddrs()
27 import android.system.StructIfaddrs;110 public StructIfaddrs[] getifaddrs() throws ErrnoException; in getifaddrs()
27 import android.system.StructIfaddrs;108 public native StructIfaddrs[] getifaddrs() throws ErrnoException; in getifaddrs()
27 import android.system.StructIfaddrs;134 public StructIfaddrs[] getifaddrs() throws ErrnoException { return os.getifaddrs(); } in getifaddrs()
145 "luni/src/main/java/android/system/StructIfaddrs.java",