Searched refs:isUp (Results 1 – 4 of 4) sorted by relevance
99 String flags = nif.isUp() ? "UP" : "DOWN"; in testDumpAll()
160 if (networkInterface.isLoopback() || !networkInterface.isUp()) { in getNonLoopbackNetworkInterfaceAddress()
437 public boolean isUp() throws SocketException { in isUp() method in NetworkInterface
709 if (thisInterface.getInetAddresses().hasMoreElements() && thisInterface.isUp()) { in test_setNetworkInterfaceLjava_net_NetworkInterface()902 return iface.isUp() in willWorkForMulticast()