Home
last modified time | relevance | path

Searched refs:getifaddrs (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
DNetworkInterfaceTest.java213 StructIfaddrs[] ifaddrs = Libcore.os.getifaddrs(); in testGetNetworkInterfaces_matchesIfaddrs()
/libcore/ojluni/src/main/java/java/net/
DNetworkInterface.java435 ifaddrs = Libcore.os.getifaddrs(); in getAll()
/libcore/luni/src/main/java/android/system/
DOs.java216 …public static StructIfaddrs[] getifaddrs() throws ErrnoException { return Libcore.os.getifaddrs();… in getifaddrs() method in Os
/libcore/luni/src/main/java/libcore/io/
DForwardingOs.java134 public StructIfaddrs[] getifaddrs() throws ErrnoException { return os.getifaddrs(); } in getifaddrs() method in ForwardingOs
DOs.java110 public StructIfaddrs[] getifaddrs() throws ErrnoException; in getifaddrs() method
DLinux.java108 public native StructIfaddrs[] getifaddrs() throws ErrnoException; in getifaddrs() method in Linux
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp1599 int rc = TEMP_FAILURE_RETRY(getifaddrs(&ifaddr)); in Linux_getifaddrs()
2639 NATIVE_METHOD(Linux, getifaddrs, "()[Landroid/system/StructIfaddrs;"),