HomeSort by relevance Sort by last modified time
    Searched refs:notifyRouteChange (Results 1 - 3 of 3) sorted by null

  /system/netd/server/
NetlinkHandler.h 48 void notifyRouteChange(int action, const char *route, const char *gateway, const char *iface);
NetlinkHandler.cpp 103 notifyRouteChange(action, route, gateway, iface);
188 void NetlinkHandler::notifyRouteChange(int action, const char *route,
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java 593 private void notifyRouteChange(String action, RouteInfo route) {
789 notifyRouteChange(cooked[2], route);
    [all...]

Completed in 174 milliseconds