Searched refs:CheckIfaceName (Results 1 – 6 of 6) sorted by relevance
182 if (!CommonUtils::CheckIfaceName(upstreamIface)) { in EnableNat()213 if (!CommonUtils::CheckIfaceName(upstreamIface)) { in DisableNat()278 if (!(CommonUtils::CheckIfaceName(fromIface)) || !(CommonUtils::CheckIfaceName(toIface))) { in IpfwdAddInterfaceForward()354 if (!(CommonUtils::CheckIfaceName(fromIface)) || !(CommonUtils::CheckIfaceName(toIface))) { in IpfwdRemoveInterfaceForward()
85 if (!CheckIfaceName(interfaceName)) { in GetMtu()122 if (!CheckIfaceName(interfaceName)) { in SetMtu()
395 if (!CommonUtils::CheckIfaceName(ifName)) { in SetIfaceQuota()408 if (!CommonUtils::CheckIfaceName(ifName)) { in RemoveIfaceQuota()
656 bool result = CommonUtils::CheckIfaceName(name);660 result = CommonUtils::CheckIfaceName(name);
70 bool CheckIfaceName(const std::string &name);
457 bool CheckIfaceName(const std::string &name) in CheckIfaceName() function