Home
last modified time | relevance | path

Searched refs:getNetworkInterfaces (Results 1 – 13 of 13) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
DNetworkInterfaceTest.java53 import static java.net.NetworkInterface.getNetworkInterfaces;
101 for (NetworkInterface nif : Collections.list(getNetworkInterfaces())) { in testInterfaceProperties()
119 for (NetworkInterface nif : Collections.list(getNetworkInterfaces())) { in testGetByIndex()
139 for (NetworkInterface nif : Collections.list(getNetworkInterfaces())) { in testDumpAll()
224 List<NetworkInterface> nifs = Collections.list(NetworkInterface.getNetworkInterfaces()); in testGetNetworkInterfaces_matchesIfaddrs()
246 Enumeration<NetworkInterface> interfaces = NetworkInterface.getNetworkInterfaces(); in testGetNetworkInterfaces_OrphanInterfaceDoesNotThrow()
257 List<NetworkInterface> nifs = Collections.list(NetworkInterface.getNetworkInterfaces()); in testGetSubInterfaces()
266 for (NetworkInterface nif : Collections.list(getNetworkInterfaces())) { in testIsUp()
275 for (NetworkInterface nif : Collections.list(getNetworkInterfaces())) { in testIsLoopback()
281 for (NetworkInterface nif : Collections.list(getNetworkInterfaces())) { in testIsPointToPoint()
[all …]
DInetAddressTest.java255 : Collections.list(NetworkInterface.getNetworkInterfaces())) { in test_isReachable()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DNetworkInterfaceTest.java291 Enumeration theInterfaces = NetworkInterface.getNetworkInterfaces(); in test_getNetworkInterfaces()
361 theInterfaces = NetworkInterface.getNetworkInterfaces(); in test_getInterfaceAddresses()
433 theInterfaces = NetworkInterface.getNetworkInterfaces(); in setUp()
494 theInterfaces = NetworkInterface.getNetworkInterfaces(); in setUp()
DInterfaceAddressTest.java127 .getNetworkInterfaces(); in setUp()
DInetAddressTest.java337 Enumeration<NetworkInterface> nif = NetworkInterface.getNetworkInterfaces(); in test_isReachableLjava_net_NetworkInterfaceII()
369 Enumeration<NetworkInterface> networkInterfaces = NetworkInterface.getNetworkInterfaces(); in test_isReachableLjava_net_NetworkInterfaceII_loopbackInterface()
DMulticastSocketTest.java86 Enumeration<NetworkInterface> interfaces = NetworkInterface.getNetworkInterfaces(); in setUp()
392 Enumeration<NetworkInterface> theInterfaces = NetworkInterface.getNetworkInterfaces(); in joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface()
/libcore/luni/src/test/java/libcore/java/nio/channels/
DServerSocketChannelTest.java108 Enumeration<NetworkInterface> interfaces = NetworkInterface.getNetworkInterfaces(); in bind_nullBindsToAll()
191 Enumeration<NetworkInterface> interfaces = NetworkInterface.getNetworkInterfaces(); in bind_loopback()
DDatagramChannelTest.java275 Enumeration<NetworkInterface> networkInterfaces = NetworkInterface.getNetworkInterfaces(); in getNonLoopbackNetworkInterfaceAddress()
DDatagramChannelMulticastTest.java94 Enumeration<NetworkInterface> interfaces = NetworkInterface.getNetworkInterfaces(); in setUp()
323 Enumeration<NetworkInterface> theInterfaces = NetworkInterface.getNetworkInterfaces(); in test_joinAnySource_networkInterfaces()
/libcore/ojluni/src/main/java/java/net/
DInet6Address.java581 en = NetworkInterface.getNetworkInterfaces(); in deriveNumericScope()
DNetworkInterface.java420 public static Enumeration<NetworkInterface> getNetworkInterfaces() in getNetworkInterfaces() method in NetworkInterface
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java1689 Enumeration<NetworkInterface> networkInterfaces = NetworkInterface.getNetworkInterfaces();
/libcore/api/
Dcurrent.txt5433 …method public static java.util.Enumeration<java.net.NetworkInterface> getNetworkInterfaces() throw…