Searched refs:ipSecRemoveTunnelInterface (Results 1 – 5 of 5) sorted by relevance
269 static netdutils::Status ipSecRemoveTunnelInterface(const std::string& deviceName);
422 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
232 binder::Status ipSecRemoveTunnelInterface(const std::string& deviceName);
684 binder::Status NetdNativeService::ipSecRemoveTunnelInterface(const std::string& deviceName) { in ipSecRemoveTunnelInterface() function in android::net::NetdNativeService687 netdutils::Status result = gCtls->xfrmCtrl.ipSecRemoveTunnelInterface(deviceName); in ipSecRemoveTunnelInterface()
382 status = mNetd->ipSecRemoveTunnelInterface(td.deviceName); in TEST_F()511 ASSERT_TRUE(XfrmController::ipSecRemoveTunnelInterface("ipsec_test").ok()); in TEST_F()