Home
last modified time | relevance | path

Searched refs:isUp (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/dhcp/client/
Dinterface.cpp213 bool isUp = (request.ifr_flags & IFF_UP) != 0; in setInterfaceUp() local
214 if (isUp != shouldBeUp) { in setInterfaceUp()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c635 bool isUp = (request.ifr_flags & IFF_UP); in setInterfaceState() local
636 if ((state == kInterfaceUp && isUp) || (state == kInterfaceDown && !isUp)) { in setInterfaceState()
/device/google/atv/products/lowram_boot_profiles/
Dboot-image-profile.txt51875 HSPLjava/net/NetworkInterface;->isUp()Z