Searched defs:modifyRoute (Results 1 - 1 of 1) sorted by relevance

/system/netd/
H A DSecondaryTableController.cpp79 return modifyRoute(cli, ADD, iface, dest, prefix, gateway, tableIndex);
82 int SecondaryTableController::modifyRoute(SocketClient *cli, const char *action, char *iface, function in class:SecondaryTableController
155 return modifyRoute(cli, DEL, iface, dest, prefix, gateway, tableIndex);

Completed in 50 milliseconds