Searched refs:getifaddrs (Results 1 – 7 of 7) sorted by relevance
213 StructIfaddrs[] ifaddrs = Libcore.os.getifaddrs(); in testGetNetworkInterfaces_matchesIfaddrs()
435 ifaddrs = Libcore.os.getifaddrs(); in getAll()
216 …public static StructIfaddrs[] getifaddrs() throws ErrnoException { return Libcore.os.getifaddrs();… in getifaddrs() method in Os
134 public StructIfaddrs[] getifaddrs() throws ErrnoException { return os.getifaddrs(); } in getifaddrs() method in ForwardingOs
110 public StructIfaddrs[] getifaddrs() throws ErrnoException; in getifaddrs() method
108 public native StructIfaddrs[] getifaddrs() throws ErrnoException; in getifaddrs() method in Linux
1599 int rc = TEMP_FAILURE_RETRY(getifaddrs(&ifaddr)); in Linux_getifaddrs()2639 NATIVE_METHOD(Linux, getifaddrs, "()[Landroid/system/StructIfaddrs;"),