Home
last modified time | relevance | path

Searched refs:ipSecRemoveTunnelInterface (Results 1 – 5 of 5) sorted by relevance

/system/netd/server/
DXfrmController.h269 static netdutils::Status ipSecRemoveTunnelInterface(const std::string& deviceName);
DXfrmController.cpp422 RETURN_IF_NOT_OK(ipSecRemoveTunnelInterface(iface)); in flushInterfaces()
451 errored |= ipSecRemoveTunnelInterface(IPSEC_TEST_INTF_NAME).code(); in isXfrmIntfSupported()
1692 netdutils::Status XfrmController::ipSecRemoveTunnelInterface(const std::string& deviceName) { in ipSecRemoveTunnelInterface() function in android::net::XfrmController
DNetdNativeService.h232 binder::Status ipSecRemoveTunnelInterface(const std::string& deviceName);
DNetdNativeService.cpp684 binder::Status NetdNativeService::ipSecRemoveTunnelInterface(const std::string& deviceName) { in ipSecRemoveTunnelInterface() function in android::net::NetdNativeService
687 netdutils::Status result = gCtls->xfrmCtrl.ipSecRemoveTunnelInterface(deviceName); in ipSecRemoveTunnelInterface()
/system/netd/tests/
Dbinder_test.cpp382 status = mNetd->ipSecRemoveTunnelInterface(td.deviceName); in TEST_F()
511 ASSERT_TRUE(XfrmController::ipSecRemoveTunnelInterface("ipsec_test").ok()); in TEST_F()