Lines Matching refs:extIf
160 ExpectedIptablesCommands firstIPv4UpstreamCommands(const char *extIf) { in firstIPv4UpstreamCommands() argument
164 "COMMIT\n", extIf); in firstIPv4UpstreamCommands()
185 ExpectedIptablesCommands startNatCommands(const char *intIf, const char *extIf, in startNatCommands() argument
204 extIf, intIf), in startNatCommands()
206 intIf, extIf), in startNatCommands()
208 extIf), in startNatCommands()
217 StringPrintf("-A tetherctrl_counters -i %s -o %s -j RETURN", intIf, extIf), in startNatCommands()
218 StringPrintf("-A tetherctrl_counters -i %s -o %s -j RETURN", extIf, intIf), in startNatCommands()
244 ExpectedIptablesCommands allNewNatCommands(const char* intIf, const char* extIf, in allNewNatCommands() argument
248 ExpectedIptablesCommands setupFirstIPv4Commands = firstIPv4UpstreamCommands(extIf); in allNewNatCommands()
249 ExpectedIptablesCommands startFirstNatCommands = startNatCommands(intIf, extIf, in allNewNatCommands()
265 ExpectedIptablesCommands stopNatCommands(const char *intIf, const char *extIf) { in stopNatCommands() argument
283 extIf, intIf), in stopNatCommands()
285 intIf, extIf), in stopNatCommands()
287 extIf), in stopNatCommands()