Home
last modified time | relevance | path

Searched refs:kRouteUpdated (Results 1 – 3 of 3) sorted by relevance

/system/core/libsysutils/include/sysutils/
DNetlinkEvent.h35 kRouteUpdated = 9, enumerator
/system/netd/server/
DNetlinkHandler.cpp186 } else if (action == NetlinkEvent::Action::kRouteUpdated || in onEvent()
192 notifyRouteChange((action == NetlinkEvent::Action::kRouteUpdated) ? true : false, in onEvent()
/system/core/libsysutils/src/
DNetlinkEvent.cpp426 mAction = (type == RTM_NEWROUTE) ? Action::kRouteUpdated : in parseRtMessage()