Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/net/
DNetworkInterfaceTest.java48 import static java.net.NetworkInterface.getNetworkInterfaces;
95 for (NetworkInterface nif : Collections.list(getNetworkInterfaces())) { in testInterfaceProperties()
124 for (NetworkInterface nif : Collections.list(getNetworkInterfaces())) { in testDumpAll()
224 Enumeration<NetworkInterface> nifs = NetworkInterface.getNetworkInterfaces(); in testGetNetworkInterfaces()
234 List<NetworkInterface> nifs = Collections.list(NetworkInterface.getNetworkInterfaces()); in testGetSubInterfaces()
243 for (NetworkInterface nif : Collections.list(getNetworkInterfaces())) { in testIsUp()
252 for (NetworkInterface nif : Collections.list(getNetworkInterfaces())) { in testIsLoopback()
258 for (NetworkInterface nif : Collections.list(getNetworkInterfaces())) { in testIsPointToPoint()
264 for (NetworkInterface nif : Collections.list(getNetworkInterfaces())) { in testSupportsMulticast()
DInetAddressTest.java254 : 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.java75 Enumeration<NetworkInterface> interfaces = NetworkInterface.getNetworkInterfaces(); in setUp()
395 Enumeration<NetworkInterface> theInterfaces = NetworkInterface.getNetworkInterfaces(); in test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface()
733 Enumeration theInterfaces = NetworkInterface.getNetworkInterfaces(); in test_setNetworkInterfaceLjava_net_NetworkInterface()
/libcore/luni/src/test/java/libcore/java/nio/channels/
DServerSocketChannelTest.java95 Enumeration<NetworkInterface> interfaces = NetworkInterface.getNetworkInterfaces(); in test_bind_nullBindsToAll()
126 Enumeration<NetworkInterface> interfaces = NetworkInterface.getNetworkInterfaces(); in test_bind_loopback()
DDatagramChannelTest.java275 Enumeration<NetworkInterface> networkInterfaces = NetworkInterface.getNetworkInterfaces(); in getNonLoopbackNetworkInterfaceAddress()
DDatagramChannelMulticastTest.java92 Enumeration<NetworkInterface> interfaces = NetworkInterface.getNetworkInterfaces(); in setUp()
321 Enumeration<NetworkInterface> theInterfaces = NetworkInterface.getNetworkInterfaces(); in test_joinAnySource_networkInterfaces()
/libcore/ojluni/src/main/java/java/net/
DNetworkInterface.java378 public static Enumeration<NetworkInterface> getNetworkInterfaces() in getNetworkInterfaces() method in NetworkInterface
DInet6Address.java573 en = NetworkInterface.getNetworkInterfaces(); in deriveNumericScope()
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java1106 List<NetworkInterface> nis = Collections.list(NetworkInterface.getNetworkInterfaces()); in test_if_nametoindex_if_indextoname()