Home
last modified time | relevance | path

Searched refs:ipSecAddTunnelInterface (Results 1 – 8 of 8) sorted by relevance

/system/netd/server/
DXfrmController.h254 static netdutils::Status ipSecAddTunnelInterface(const std::string& deviceName,
DNetdNativeService.cpp684 binder::Status NetdNativeService::ipSecAddTunnelInterface(const std::string& deviceName, in ipSecAddTunnelInterface() function in android::net::NetdNativeService
691 netdutils::Status result = gCtls->xfrmCtrl.ipSecAddTunnelInterface( in ipSecAddTunnelInterface()
703 netdutils::Status result = gCtls->xfrmCtrl.ipSecAddTunnelInterface( in ipSecUpdateTunnelInterface()
DNetdNativeService.h202 binder::Status ipSecAddTunnelInterface(const std::string& deviceName,
DXfrmController.cpp1353 netdutils::Status XfrmController::ipSecAddTunnelInterface(const std::string& deviceName, in ipSecAddTunnelInterface() function in android::net::XfrmController
/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl30 …void ipSecAddTunnelInterface(in @utf8InCpp String deviceName, in @utf8InCpp String localAddress, i… in ipSecAddTunnelInterface() method
/system/netd/server/binder/android/net/
DINetd.aidl435 void ipSecAddTunnelInterface( in ipSecAddTunnelInterface() method
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl47 …void ipSecAddTunnelInterface(in @utf8InCpp String deviceName, in @utf8InCpp String localAddress, i… in ipSecAddTunnelInterface() method
/system/netd/tests/
Dbinder_test.cpp322 status = mNetd->ipSecAddTunnelInterface(td.deviceName, td.localAddress, td.remoteAddress, in TEST_F()
381 return expectOk == XfrmController::ipSecAddTunnelInterface("ipsec_test", "::", "::1", 0xF00D, in allocateIpSecResources()