Home
last modified time | relevance | path

Searched defs:tunFd (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dclat_manager.cpp61 int tunFd = -1; in ClatStart() local
161 … const INetAddr &v4Addr, NetManagerNative *netsysService, int &tunFd) in CreateAndConfigureTunIface()
H A Dvpn_manager.cpp252 int32_t VpnManager::SendVpnInterfaceFdToClient(int32_t clientFd, int32_t tunFd) in SendVpnInterfaceFdToClient()
/ohos5.0/foundation/communication/netmanager_ext/test/vpnmanager/unittest/vpn_manager_test/
H A Dnetworkvpn_client_test.cpp126 int32_t tunFd = 0; variable
135 int32_t tunFd = 0; variable
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dclat_utils.h37 int tunFd; member
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netvpnclient/src/
H A Dnetworkvpn_client.cpp81 int32_t NetworkVpnClient::SetUpVpn(sptr<VpnConfig> config, int32_t &tunFd, bool isVpnExtCall) in SetUpVpn()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dclatd.cpp47 Clatd::Clatd(int tunFd, int readSock6, int writeSock6, const std::string &v6Iface, const std::strin… in Clatd()