Lines Matching refs:ExpectedIptablesCommands

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()
138 ExpectedIptablesCommands startNatCommands(const char *intIf, const char *extIf, in startNatCommands()
197 ExpectedIptablesCommands allNewNatCommands(const char* intIf, const char* extIf, in allNewNatCommands()
200 ExpectedIptablesCommands commands; in allNewNatCommands()
201 ExpectedIptablesCommands setupFirstIPv4Commands = firstIPv4UpstreamCommands(extIf); in allNewNatCommands()
202 ExpectedIptablesCommands startFirstNatCommands = startNatCommands(intIf, extIf, in allNewNatCommands()
207 ExpectedIptablesCommands setupFirstIPv6Commands = firstIPv6UpstreamCommands(); in allNewNatCommands()
218 ExpectedIptablesCommands stopNatCommands(const char *intIf, const char *extIf) { in stopNatCommands()
264 ExpectedIptablesCommands firstNat = in TEST_F()
270 ExpectedIptablesCommands startOtherNatOnSameUpstream = startNatCommands( in TEST_F()
276 ExpectedIptablesCommands stopFirstNat = stopNatCommands("wlan0", "rmnet0"); in TEST_F()
281 ExpectedIptablesCommands stopLastNat = stopNatCommands("usb0", "rmnet0"); in TEST_F()
301 ExpectedIptablesCommands firstNat = in TEST_F()
308 ExpectedIptablesCommands secondNat = in TEST_F()
315 const ExpectedIptablesCommands NONE = {}; in TEST_F()
320 ExpectedIptablesCommands stopSecondNat = stopNatCommands("wlan0", "v4-rmnet0"); in TEST_F()
325 ExpectedIptablesCommands stopFirstNat = stopNatCommands("wlan0", "rmnet0"); in TEST_F()