Searched refs:CreateAndConfigureTunIface (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/netmanager_base/services/netmanagernative/include/manager/ |
H A D | clat_manager.h | 46 int32_t CreateAndConfigureTunIface(const std::string &v6Iface, const std::string &tunIface, const INetAddr &v4Addr,
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | clat_manager_test.cpp | 115 * @tc.desc: Test ConnManager CreateAndConfigureTunIface. 126 int32_t ret = instance_->CreateAndConfigureTunIface(v6Iface, tunIface, v4Addr, netsysService, tunFd); in HWTEST_F()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
H A D | clat_manager.cpp | 63 ret = CreateAndConfigureTunIface(v6Iface, tunIface, v4Addr, netsysService, tunFd); in ClatStart() 160 int32_t ClatManager::CreateAndConfigureTunIface(const std::string &v6Iface, const std::string &tunIface, in CreateAndConfigureTunIface() function in OHOS::nmd::ClatManager
|
Completed in 2 milliseconds