Home
last modified time | relevance | path

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

/system/netd/server/
DNetlinkHandler.h39 void notifyInterfaceChanged(const char *name, bool isUp);
40 void notifyInterfaceLinkChanged(const char *name, bool isUp);
DNetlinkHandler.cpp148 void NetlinkHandler::notifyInterfaceChanged(const char *name, bool isUp) { in notifyInterfaceChanged() argument
150 "Iface changed %s %s", name, (isUp ? "up" : "down")); in notifyInterfaceChanged()
153 void NetlinkHandler::notifyInterfaceLinkChanged(const char *name, bool isUp) { in notifyInterfaceLinkChanged() argument
155 "Iface linkstate %s %s", name, (isUp ? "up" : "down")); in notifyInterfaceLinkChanged()