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

/system/netd/server/
H A DNetlinkHandler.h43 void notifyInterfaceChanged(const char *name, bool isUp);
44 void notifyInterfaceLinkChanged(const char *name, bool isUp);
H A DNetlinkHandler.cpp170 void NetlinkHandler::notifyInterfaceChanged(const char *name, bool isUp) { argument
172 "Iface changed %s %s", name, (isUp ? "up" : "down"));
175 void NetlinkHandler::notifyInterfaceLinkChanged(const char *name, bool isUp) { argument
177 "Iface linkstate %s %s", name, (isUp ? "up" : "down"));

Completed in 147 milliseconds