Home | History | Annotate | Download | only in firewalld

Lines Matching full:iface

72   EXPECT_FALSE(mock_iptables.PunchTcpHole(0, "iface"));
74 EXPECT_FALSE(mock_iptables.PunchUdpHole(0, "iface"));
117 EXPECT_TRUE(mock_iptables.PunchTcpHole(80, "iface"));
119 EXPECT_TRUE(mock_iptables.PunchTcpHole(80, "iface"));
121 EXPECT_TRUE(mock_iptables.PlugTcpHole(80, "iface"));
129 EXPECT_TRUE(mock_iptables.PunchTcpHole(80, "iface"));
131 EXPECT_TRUE(mock_iptables.PlugTcpHole(80, "iface"));
133 EXPECT_FALSE(mock_iptables.PlugTcpHole(80, "iface"));
141 EXPECT_TRUE(mock_iptables.PunchUdpHole(53, "iface"));
143 EXPECT_TRUE(mock_iptables.PunchUdpHole(53, "iface"));
145 EXPECT_TRUE(mock_iptables.PlugUdpHole(53, "iface"));
153 EXPECT_TRUE(mock_iptables.PunchUdpHole(53, "iface"));
155 EXPECT_TRUE(mock_iptables.PlugUdpHole(53, "iface"));
157 EXPECT_FALSE(mock_iptables.PlugUdpHole(53, "iface"));
164 ASSERT_FALSE(mock_iptables.PunchTcpHole(80, "iface"));
171 ASSERT_FALSE(mock_iptables.PunchUdpHole(53, "iface"));
179 ASSERT_FALSE(mock_iptables.PunchTcpHole(80, "iface"));
187 ASSERT_FALSE(mock_iptables.PunchUdpHole(53, "iface"));