Searched refs:getNetworkInterfaces (Results 1 – 12 of 12) sorted by relevance
48 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()
254 : Collections.list(NetworkInterface.getNetworkInterfaces())) { in test_isReachable()
291 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()
127 .getNetworkInterfaces(); in setUp()
337 Enumeration<NetworkInterface> nif = NetworkInterface.getNetworkInterfaces(); in test_isReachableLjava_net_NetworkInterfaceII()369 Enumeration<NetworkInterface> networkInterfaces = NetworkInterface.getNetworkInterfaces(); in test_isReachableLjava_net_NetworkInterfaceII_loopbackInterface()
75 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()
95 Enumeration<NetworkInterface> interfaces = NetworkInterface.getNetworkInterfaces(); in test_bind_nullBindsToAll()126 Enumeration<NetworkInterface> interfaces = NetworkInterface.getNetworkInterfaces(); in test_bind_loopback()
275 Enumeration<NetworkInterface> networkInterfaces = NetworkInterface.getNetworkInterfaces(); in getNonLoopbackNetworkInterfaceAddress()
92 Enumeration<NetworkInterface> interfaces = NetworkInterface.getNetworkInterfaces(); in setUp()321 Enumeration<NetworkInterface> theInterfaces = NetworkInterface.getNetworkInterfaces(); in test_joinAnySource_networkInterfaces()
378 public static Enumeration<NetworkInterface> getNetworkInterfaces() in getNetworkInterfaces() method in NetworkInterface
573 en = NetworkInterface.getNetworkInterfaces(); in deriveNumericScope()
1106 List<NetworkInterface> nis = Collections.list(NetworkInterface.getNetworkInterfaces()); in test_if_nametoindex_if_indextoname()