Searched defs:networkAddRoute (Results 1 – 4 of 4) sorted by relevance
64 …void networkAddRoute(int netId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in … in networkAddRoute() method
789 void networkAddRoute( in networkAddRoute() method
81 …void networkAddRoute(int netId, in @utf8InCpp String ifName, in @utf8InCpp String destination, in … in networkAddRoute() method
966 binder::Status NetdNativeService::networkAddRoute(int32_t netId, const std::string& ifName, in networkAddRoute() function in android::net::NetdNativeService