Home
last modified time | relevance | path

Searched defs:networkAddLegacyRoute (Results 1 – 4 of 4) sorted by relevance

/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl66 …void networkAddLegacyRoute(int netId, in @utf8InCpp String ifName, in @utf8InCpp String destinatio… in networkAddLegacyRoute() method
/system/netd/server/binder/android/net/
DINetd.aidl826 void networkAddLegacyRoute( in networkAddLegacyRoute() method
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl83 …void networkAddLegacyRoute(int netId, in @utf8InCpp String ifName, in @utf8InCpp String destinatio… in networkAddLegacyRoute() method
/system/netd/server/
DNetdNativeService.cpp989 binder::Status NetdNativeService::networkAddLegacyRoute(int32_t netId, const std::string& ifName, in networkAddLegacyRoute() function in android::net::NetdNativeService