Searched refs:getNetworkInterfaces (Results 1 – 12 of 12) sorted by relevance
38 import static java.net.NetworkInterface.getNetworkInterfaces;85 for (NetworkInterface nif : Collections.list(getNetworkInterfaces())) { in testInterfaceProperties()114 for (NetworkInterface nif : Collections.list(getNetworkInterfaces())) { in testDumpAll()214 Enumeration<NetworkInterface> nifs = NetworkInterface.getNetworkInterfaces(); in testGetNetworkInterfaces()224 List<NetworkInterface> nifs = Collections.list(NetworkInterface.getNetworkInterfaces()); in testGetSubInterfaces()
240 : 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()
91 Enumeration<NetworkInterface> interfaces = NetworkInterface.getNetworkInterfaces(); in setUp()321 Enumeration<NetworkInterface> theInterfaces = NetworkInterface.getNetworkInterfaces(); in test_joinAnySource_networkInterfaces()
356 public static Enumeration<NetworkInterface> getNetworkInterfaces() in getNetworkInterfaces() method in NetworkInterface
551 en = NetworkInterface.getNetworkInterfaces(); in deriveNumericScope()
728 List<NetworkInterface> nis = Collections.list(NetworkInterface.getNetworkInterfaces()); in test_if_nametoindex_if_indextoname()