Searched refs:AddAcceptRule (Results 1 – 4 of 4) sorted by relevance
/system/firewalld/ |
D | iptables_unittest.cc | 43 EXPECT_CALL(*iptables, AddAcceptRule(_, _, _, _)) in SetMockExpectations() 52 EXPECT_CALL(*iptables, AddAcceptRule(kIpTablesPath, _, _, _)) in SetMockExpectationsPerExecutable() 54 EXPECT_CALL(*iptables, AddAcceptRule(kIp6TablesPath, _, _, _)) in SetMockExpectationsPerExecutable() 69 EXPECT_CALL(mock_iptables, AddAcceptRule(_, _, _, _)).Times(0); in TEST_F() 92 EXPECT_CALL(mock_iptables, AddAcceptRule(_, _, _, _)).Times(0); in TEST_F()
|
D | mock_iptables.h | 33 AddAcceptRule,
|
D | iptables.cc | 230 if (!AddAcceptRule(kIpTablesPath, protocol, port, interface)) { in AddAcceptRules() 235 if (AddAcceptRule(kIp6TablesPath, protocol, port, interface)) { in AddAcceptRules() 327 bool IpTables::AddAcceptRule(const std::string& executable_path, in AddAcceptRule() function in firewalld::IpTables
|
D | iptables.h | 80 virtual bool AddAcceptRule(const std::string& executable_path,
|