Searched defs:tunFd (Results 1 – 6 of 6) sorted by relevance
61 int tunFd = -1; in ClatStart() local161 … const INetAddr &v4Addr, NetManagerNative *netsysService, int &tunFd) in CreateAndConfigureTunIface()
252 int32_t VpnManager::SendVpnInterfaceFdToClient(int32_t clientFd, int32_t tunFd) in SendVpnInterfaceFdToClient()
126 int32_t tunFd = 0; variable135 int32_t tunFd = 0; variable
37 int tunFd; member
81 int32_t NetworkVpnClient::SetUpVpn(sptr<VpnConfig> config, int32_t &tunFd, bool isVpnExtCall) in SetUpVpn()
47 Clatd::Clatd(int tunFd, int readSock6, int writeSock6, const std::string &v6Iface, const std::strin… in Clatd()