Home
last modified time | relevance | path

Searched defs:intIf (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/netd/server/
H A DTetherControllerTest.cpp138 ExpectedIptablesCommands startNatCommands(const char *intIf, const char *extIf, in startNatCommands()
197 ExpectedIptablesCommands allNewNatCommands(const char* intIf, const char* extIf, in allNewNatCommands()
218 ExpectedIptablesCommands stopNatCommands(const char *intIf, const char *extIf) { in stopNatCommands()
/aosp12/system/netd/tests/
H A Dbinder_test.cpp2895 void expectNatEnable(const std::string& intIf, const std::string& extIf) { in expectNatEnable()