Searched defs:destination (Results 1 – 4 of 4) sorted by relevance
| /system/netd/server/ |
| D | NetworkController.cpp | 438 int NetworkController::addRoute(unsigned netId, const char* interface, const char* destination, in addRoute() 443 int NetworkController::removeRoute(unsigned netId, const char* interface, const char* destination, in removeRoute() 523 int NetworkController::modifyRoute(unsigned netId, const char* interface, const char* destination, in modifyRoute()
|
| D | RouteController.cpp | 336 const char* destination, const char* nexthop) { in modifyIpRoute() 790 WARN_UNUSED_RESULT int modifyRoute(uint16_t action, const char* interface, const char* destination, in modifyRoute() 979 int RouteController::addRoute(const char* interface, const char* destination, const char* nexthop, in addRoute() 984 int RouteController::removeRoute(const char* interface, const char* destination, in removeRoute()
|
| D | CommandListener.cpp | 1432 const char* destination = argv[nextArg++]; in runCommand() local
|
| /system/core/adb/ |
| D | sockets.c | 586 void connect_to_remote(asocket *s, const char *destination) in connect_to_remote()
|