• Home
  • Raw
  • Download

Lines Matching refs:NetlinkHandler

71 NetlinkHandler::NetlinkHandler(NetlinkManager *nm, int listenerSocket,  in NetlinkHandler()  function in android::net::NetlinkHandler
77 NetlinkHandler::~NetlinkHandler() { in ~NetlinkHandler()
80 int NetlinkHandler::start() { in start()
84 int NetlinkHandler::stop() { in stop()
100 void NetlinkHandler::onEvent(NetlinkEvent *evt) { in onEvent()
239 void NetlinkHandler::notifyInterfaceAdded(const std::string& ifName) { in notifyInterfaceAdded()
243 void NetlinkHandler::notifyInterfaceRemoved(const std::string& ifName) { in notifyInterfaceRemoved()
247 void NetlinkHandler::notifyInterfaceChanged(const std::string& ifName, bool up) { in notifyInterfaceChanged()
251 void NetlinkHandler::notifyInterfaceLinkChanged(const std::string& ifName, bool up) { in notifyInterfaceLinkChanged()
255 void NetlinkHandler::notifyQuotaLimitReached(const std::string& labelName, in notifyQuotaLimitReached()
260 void NetlinkHandler::notifyInterfaceClassActivityChanged(int label, bool isActive, in notifyInterfaceClassActivityChanged()
265 void NetlinkHandler::notifyAddressUpdated(const std::string& addr, const std::string& ifName, in notifyAddressUpdated()
270 void NetlinkHandler::notifyAddressRemoved(const std::string& addr, const std::string& ifName, in notifyAddressRemoved()
275 void NetlinkHandler::notifyInterfaceDnsServers(const std::string& ifName, int64_t lifetime, in notifyInterfaceDnsServers()
280 void NetlinkHandler::notifyRouteChange(bool updated, const std::string& route, in notifyRouteChange()
285 void NetlinkHandler::notifyStrictCleartext(uid_t uid, const std::string& hex) { in notifyStrictCleartext()