Home
last modified time | relevance | path

Searched defs:ipversion (Results 1 – 5 of 5) sorted by relevance

/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl19 …@utf8InCpp String getProcSysNet(int ipversion, int which, in @utf8InCpp String ifname, in @utf8InC… in getProcSysNet()
20 …void setProcSysNet(int ipversion, int which, in @utf8InCpp String ifname, in @utf8InCpp String par… in setProcSysNet()
/system/netd/server/
DNetdNativeService.cpp507 std::tuple<binder::Status, const char*, const char*> getPathComponents(int32_t ipversion, in getPathComponents()
540 binder::Status NetdNativeService::getProcSysNet(int32_t ipversion, int32_t which, in getProcSysNet()
556 binder::Status NetdNativeService::setProcSysNet(int32_t ipversion, int32_t which, in setProcSysNet()
/system/netd/server/binder/android/net/
DINetd.aidl230 @utf8InCpp String getProcSysNet(int ipversion, int which, in @utf8InCpp String ifname, in getProcSysNet()
232 void setProcSysNet(int ipversion, int which, in @utf8InCpp String ifname, in setProcSysNet()
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl36 …@utf8InCpp String getProcSysNet(int ipversion, int which, in @utf8InCpp String ifname, in @utf8InC… in getProcSysNet()
37 …void setProcSysNet(int ipversion, int which, in @utf8InCpp String ifname, in @utf8InCpp String par… in setProcSysNet()
/system/netd/tests/
Dbinder_test.cpp909 const int ipversion; in TEST_F() member
947 const int ipversion; in TEST_F() member
981 const int ipversion = INetd::IPV6; in TEST_F() local