Searched refs:kRouteUpdated (Results 1 – 3 of 3) sorted by relevance
35 kRouteUpdated = 9, enumerator
186 } else if (action == NetlinkEvent::Action::kRouteUpdated || in onEvent()192 notifyRouteChange((action == NetlinkEvent::Action::kRouteUpdated) ? true : false, in onEvent()
426 mAction = (type == RTM_NEWROUTE) ? Action::kRouteUpdated : in parseRtMessage()