Searched refs:ExpectedIptablesCommands (Results 1 – 8 of 8) sorted by relevance
61 const ExpectedIptablesCommands FLUSH_COMMANDS = {79 const ExpectedIptablesCommands SETUP_COMMANDS = {106 const ExpectedIptablesCommands ALERT_ADD_COMMAND = {113 ExpectedIptablesCommands firstIPv4UpstreamCommands(const char *extIf) { in firstIPv4UpstreamCommands()123 ExpectedIptablesCommands firstIPv6UpstreamCommands() { in firstIPv6UpstreamCommands()200 ExpectedIptablesCommands commands; in allNewNatCommands()264 ExpectedIptablesCommands firstNat = in TEST_F()270 ExpectedIptablesCommands startOtherNatOnSameUpstream = startNatCommands( in TEST_F()301 ExpectedIptablesCommands firstNat = in TEST_F()308 ExpectedIptablesCommands secondNat = in TEST_F()[all …]
51 ExpectedIptablesCommands expectedCmds = { in TEST_F()72 ExpectedIptablesCommands expected = { in TEST_F()199 expectIptablesRestoreCommands(ExpectedIptablesCommands{}); in TEST_F()269 expectIptablesRestoreCommands(ExpectedIptablesCommands{}); in TEST_F()
27 typedef std::vector<std::pair<IptablesTarget, std::string>> ExpectedIptablesCommands; typedef38 void expectIptablesRestoreCommands(const ExpectedIptablesCommands& expectedCmds);59 static ExpectedIptablesCommands sRestoreCmds;
100 ExpectedIptablesCommands expected; in expectIptablesRestoreCommands()107 void IptablesBaseTest::expectIptablesRestoreCommands(const ExpectedIptablesCommands& expectedCmds) { in expectIptablesRestoreCommands()117 IptablesBaseTest::ExpectedIptablesCommands IptablesBaseTest::sRestoreCmds = {};
115 ExpectedIptablesCommands expected = { in TEST_F()129 ExpectedIptablesCommands expected = { in TEST_F()143 ExpectedIptablesCommands expected = { in TEST_F()
191 expectIptablesRestoreCommands((ExpectedIptablesCommands){ in TEST_F()200 expectIptablesRestoreCommands((ExpectedIptablesCommands){ in TEST_F()
40 expectIptablesRestoreCommands(ExpectedIptablesCommands{}); in TEST_F()
94 ExpectedIptablesCommands expected = {{ V4, expectedList }}; in expectSetupCommands()