Searched refs:isUp (Results 1 – 2 of 2) sorted by relevance
39 void notifyInterfaceChanged(const char *name, bool isUp);40 void notifyInterfaceLinkChanged(const char *name, bool isUp);
148 void NetlinkHandler::notifyInterfaceChanged(const char *name, bool isUp) { in notifyInterfaceChanged() argument150 "Iface changed %s %s", name, (isUp ? "up" : "down")); in notifyInterfaceChanged()153 void NetlinkHandler::notifyInterfaceLinkChanged(const char *name, bool isUp) { in notifyInterfaceLinkChanged() argument155 "Iface linkstate %s %s", name, (isUp ? "up" : "down")); in notifyInterfaceLinkChanged()