OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modifyRoute
(Results
1 - 4
of
4
) sorted by null
/system/netd/server/
NetworkController.h
103
int
modifyRoute
(unsigned netId, const char* interface, const char* destination,
NetworkController.cpp
502
return
modifyRoute
(netId, interface, destination, nexthop, true, legacy, uid);
507
return
modifyRoute
(netId, interface, destination, nexthop, false, legacy, uid);
609
int NetworkController::
modifyRoute
(unsigned netId, const char* interface, const char* destination,
RouteController.cpp
391
// 'interface' is likely non-NULL, as the caller (
modifyRoute
()) likely used it to lookup
[
all
...]
/frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java
[
all
...]
Completed in 1022 milliseconds