Home
last modified time | relevance | path

Searched refs:CreateAndConfigureTunIface (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/manager/
H A Dclat_manager.h46 …int32_t CreateAndConfigureTunIface(const std::string &v6Iface, const std::string &tunIface, const …
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dclat_manager.cpp63 ret = CreateAndConfigureTunIface(v6Iface, tunIface, v4Addr, netsysService, tunFd); in ClatStart()
160 int32_t ClatManager::CreateAndConfigureTunIface(const std::string &v6Iface, const std::string &tunI… in CreateAndConfigureTunIface() function in OHOS::nmd::ClatManager