Searched refs:getNetworkInterfaces (Results 1 – 9 of 9) sorted by relevance
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()
353 Enumeration<NetworkInterface> nif = NetworkInterface.getNetworkInterfaces(); in test_isReachableLjava_net_NetworkInterfaceII()386 .getNetworkInterfaces(); in test_isReachableLjava_net_NetworkInterfaceII_loopbackInterface()
70 Enumeration<NetworkInterface> interfaces = NetworkInterface.getNetworkInterfaces(); in setUp()369 Enumeration<NetworkInterface> theInterfaces = NetworkInterface.getNetworkInterfaces(); in test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface()706 Enumeration theInterfaces = NetworkInterface.getNetworkInterfaces(); in test_setNetworkInterfaceLjava_net_NetworkInterface()
92 Enumeration<NetworkInterface> interfaces = NetworkInterface.getNetworkInterfaces(); in test_bind_nullBindsToAll()123 Enumeration<NetworkInterface> interfaces = NetworkInterface.getNetworkInterfaces(); in test_bind_loopback()
157 Enumeration<NetworkInterface> networkInterfaces = NetworkInterface.getNetworkInterfaces(); in getNonLoopbackNetworkInterfaceAddress()
96 for (NetworkInterface nif : Collections.list(NetworkInterface.getNetworkInterfaces())) { in testDumpAll()
169 : Collections.list(NetworkInterface.getNetworkInterfaces())) { in test_isReachable()
297 public static Enumeration<NetworkInterface> getNetworkInterfaces() throws SocketException { in getNetworkInterfaces() method in NetworkInterface