Searched refs:isUp (Results 1 – 2 of 2) sorted by relevance
40 void notifyInterfaceChanged(const char *name, bool isUp);41 void notifyInterfaceLinkChanged(const char *name, bool isUp);
167 void NetlinkHandler::notifyInterfaceChanged(const char *name, bool isUp) { in notifyInterfaceChanged() argument169 "Iface changed %s %s", name, (isUp ? "up" : "down")); in notifyInterfaceChanged()172 void NetlinkHandler::notifyInterfaceLinkChanged(const char *name, bool isUp) { in notifyInterfaceLinkChanged() argument174 "Iface linkstate %s %s", name, (isUp ? "up" : "down")); in notifyInterfaceLinkChanged()