Home
last modified time | relevance | path

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

/system/netd/server/
DNetlinkHandler.h40 void notifyInterfaceChanged(const char *name, bool isUp);
41 void notifyInterfaceLinkChanged(const char *name, bool isUp);
DNetlinkHandler.cpp167 void NetlinkHandler::notifyInterfaceChanged(const char *name, bool isUp) { in notifyInterfaceChanged() argument
169 "Iface changed %s %s", name, (isUp ? "up" : "down")); in notifyInterfaceChanged()
172 void NetlinkHandler::notifyInterfaceLinkChanged(const char *name, bool isUp) { in notifyInterfaceLinkChanged() argument
174 "Iface linkstate %s %s", name, (isUp ? "up" : "down")); in notifyInterfaceLinkChanged()