Searched refs:isUp (Results 1 – 6 of 6) sorted by relevance
41 boolean up = netif.isUp(); in test_isUp()48 assertEquals(name + " up should be " + !up, !up, netif.isUp()); in test_isUp()53 assertEquals(name + " up should be " + up, up, netif.isUp()); in test_isUp()
146 if (!netint.isLoopback() || !netint.isUp()) { // Ignore if localhost or not active in getPrivateInetAddress()176 if (netint.isLoopback() || !netint.isUp()) { // Ignore if localhost or not active in getPublicInetAddress()
420 public void dateFieldChanged(boolean isUp) { in dateFieldChanged() argument431 c.add(field, isUp ? 1 : -1); in dateFieldChanged()433 c.roll(field, isUp); in dateFieldChanged()
1114 bool isUp; in processNetifLinkEvent() local1118 isUp = ((ifinfo->ifi_flags & IFF_UP) != 0); in processNetifLinkEvent()1120 otLogInfoPlat("[netif] Host netif is %s", isUp ? "up" : "down"); in processNetifLinkEvent()1125 VerifyOrExit(isUp == otIp6IsEnabled(aInstance), in processNetifLinkEvent()1131 if (isUp != otIp6IsEnabled(aInstance)) in processNetifLinkEvent()1133 SuccessOrExit(error = otIp6SetEnabled(aInstance, isUp)); in processNetifLinkEvent()
142 if (!netint.isLoopback() || !netint.isUp()) { // Ignore if localhost or not active in getPrivateInetAddress()
100 if (netIf.isUp() && !netIf.isLoopback()) return false; in haveOnlyLoopbackAddresses()