Searched refs:CreateTunInterface (Results 1 – 3 of 3) sorted by relevance
81 int32_t CreateTunInterface(const std::string &tunIface, int &fd);
163 int32_t ret = CreateTunInterface(tunIface, tunFd); in CreateAndConfigureTunIface()
264 int32_t CreateTunInterface(const std::string &tunIface, int &fd) in CreateTunInterface() function