Searched refs:IpTables (Results 1 – 4 of 4) sorted by relevance
104 IpTables::IpTables() { in IpTables() function in firewalld::IpTables107 IpTables::~IpTables() { in ~IpTables()112 bool IpTables::PunchTcpHole(uint16_t in_port, const std::string& in_interface) { in PunchTcpHole()116 bool IpTables::PunchUdpHole(uint16_t in_port, const std::string& in_interface) { in PunchUdpHole()120 bool IpTables::PlugTcpHole(uint16_t in_port, const std::string& in_interface) { in PlugTcpHole()124 bool IpTables::PlugUdpHole(uint16_t in_port, const std::string& in_interface) { in PlugUdpHole()128 bool IpTables::RequestVpnSetup(const std::vector<std::string>& usernames, in RequestVpnSetup()133 bool IpTables::RemoveVpnSetup(const std::vector<std::string>& usernames, in RemoveVpnSetup()138 bool IpTables::PunchHole(uint16_t port, in PunchHole()174 bool IpTables::PlugHole(uint16_t port, in PlugHole()[all …]
34 class IpTables : public org::chromium::FirewalldInterface {38 IpTables();39 ~IpTables();119 DISALLOW_COPY_AND_ASSIGN(IpTables);
27 class MockIpTables : public IpTables {
55 IpTables iptables_;