Searched refs:extIf (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/netd/server/ |
H A D | TetherControllerTest.cpp | 113 ExpectedIptablesCommands firstIPv4UpstreamCommands(const char *extIf) { in firstIPv4UpstreamCommands() argument 117 "COMMIT\n", extIf); in firstIPv4UpstreamCommands() 138 ExpectedIptablesCommands startNatCommands(const char *intIf, const char *extIf, in startNatCommands() argument 157 extIf, intIf), in startNatCommands() 159 intIf, extIf), in startNatCommands() 161 extIf), in startNatCommands() 197 ExpectedIptablesCommands allNewNatCommands(const char* intIf, const char* extIf, in allNewNatCommands() argument 218 ExpectedIptablesCommands stopNatCommands(const char *intIf, const char *extIf) { in stopNatCommands() argument 236 extIf, intIf), in stopNatCommands() 238 intIf, extIf), in stopNatCommands() [all …]
|
/aosp12/system/netd/tests/ |
H A D | binder_test.cpp | 2895 void expectNatEnable(const std::string& intIf, const std::string& extIf) { in expectNatEnable() argument 2900 StringPrintf("tetherctrl_counters all -- %s %s", intIf.c_str(), extIf.c_str()), in expectNatEnable() 2920 extIf)); in expectNatEnable()
|