Lines Matching refs:ExpectedIptablesCommands
58 const ExpectedIptablesCommands FLUSH_COMMANDS = {
74 const ExpectedIptablesCommands SETUP_COMMANDS = {
97 ExpectedIptablesCommands firstIPv4UpstreamCommands(const char *extIf) { in firstIPv4UpstreamCommands()
107 ExpectedIptablesCommands firstIPv6UpstreamCommands() { in firstIPv6UpstreamCommands()
122 ExpectedIptablesCommands startNatCommands(const char *intIf, const char *extIf, in startNatCommands()
172 ExpectedIptablesCommands allNewNatCommands( in allNewNatCommands()
176 ExpectedIptablesCommands commands; in allNewNatCommands()
177 ExpectedIptablesCommands setupFirstIPv4Commands = firstIPv4UpstreamCommands(extIf); in allNewNatCommands()
178 ExpectedIptablesCommands startFirstNatCommands = startNatCommands(intIf, extIf, in allNewNatCommands()
183 ExpectedIptablesCommands setupFirstIPv6Commands = firstIPv6UpstreamCommands(); in allNewNatCommands()
191 ExpectedIptablesCommands stopNatCommands(const char *intIf, const char *extIf) { in stopNatCommands()
228 ExpectedIptablesCommands firstNat = allNewNatCommands( in TEST_F()
234 ExpectedIptablesCommands startOtherNatOnSameUpstream = startNatCommands( in TEST_F()
240 ExpectedIptablesCommands stopFirstNat = stopNatCommands("wlan0", "rmnet0"); in TEST_F()
245 ExpectedIptablesCommands stopLastNat = stopNatCommands("usb0", "rmnet0"); in TEST_F()
265 ExpectedIptablesCommands firstNat = allNewNatCommands( in TEST_F()
272 ExpectedIptablesCommands secondNat = allNewNatCommands( in TEST_F()
279 const ExpectedIptablesCommands NONE = {}; in TEST_F()
284 ExpectedIptablesCommands stopSecondNat = stopNatCommands("wlan0", "v4-rmnet0"); in TEST_F()
289 ExpectedIptablesCommands stopFirstNat = stopNatCommands("wlan0", "rmnet0"); in TEST_F()