Searched refs:getifaddrs (Results 1 – 7 of 7) sorted by relevance
220 StructIfaddrs[] ifaddrs = Libcore.os.getifaddrs(); in testGetNetworkInterfaces_matchesIfaddrs()238 Mockito.when(mockOs.getifaddrs()).thenReturn(new StructIfaddrs[] { in testGetNetworkInterfaces_OrphanInterfaceDoesNotThrow()
397 public StructIfaddrs[] getifaddrs() throws ErrnoException { return os.getifaddrs(); } in getifaddrs() method in ForwardingOs
338 public StructIfaddrs[] getifaddrs() throws ErrnoException; in getifaddrs() method
109 public native StructIfaddrs[] getifaddrs() throws ErrnoException; in getifaddrs() method in Linux
459 ifaddrs = Libcore.os.getifaddrs(); in getAll()
238 …public static StructIfaddrs[] getifaddrs() throws ErrnoException { return Libcore.os.getifaddrs();… in getifaddrs() method in Os
1652 int rc = TEMP_FAILURE_RETRY(getifaddrs(&ifaddr)); in Linux_getifaddrs()2820 NATIVE_METHOD(Linux, getifaddrs, "()[Landroid/system/StructIfaddrs;"),