Lines Matching refs:NetlinkHandler
37 NetlinkHandler::NetlinkHandler(NetlinkManager *nm, int listenerSocket, in NetlinkHandler() function in NetlinkHandler
43 NetlinkHandler::~NetlinkHandler() { in ~NetlinkHandler()
46 int NetlinkHandler::start() { in start()
50 int NetlinkHandler::stop() { in stop()
54 void NetlinkHandler::onEvent(NetlinkEvent *evt) { in onEvent()
146 void NetlinkHandler::notify(int code, const char *format, ...) { in notify()
159 void NetlinkHandler::notifyInterfaceAdded(const char *name) { in notifyInterfaceAdded()
163 void NetlinkHandler::notifyInterfaceRemoved(const char *name) { in notifyInterfaceRemoved()
167 void NetlinkHandler::notifyInterfaceChanged(const char *name, bool isUp) { in notifyInterfaceChanged()
172 void NetlinkHandler::notifyInterfaceLinkChanged(const char *name, bool isUp) { in notifyInterfaceLinkChanged()
177 void NetlinkHandler::notifyQuotaLimitReached(const char *name, const char *iface) { in notifyQuotaLimitReached()
181 void NetlinkHandler::notifyInterfaceClassActivity(const char *name, in notifyInterfaceClassActivity()
196 void NetlinkHandler::notifyAddressChanged(NetlinkEvent::Action action, const char *addr, in notifyAddressChanged()
205 void NetlinkHandler::notifyInterfaceDnsServers(const char *iface, in notifyInterfaceDnsServers()
212 void NetlinkHandler::notifyRouteChange(NetlinkEvent::Action action, const char *route, in notifyRouteChange()
224 void NetlinkHandler::notifyStrictCleartext(const char* uid, const char* hex) { in notifyStrictCleartext()