Home
last modified time | relevance | path

Searched refs:rpfilterCmd (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DTetherControllerTest.cpp137 std::string rpfilterCmd = StringPrintf( in startNatCommands() local
184 { V6, rpfilterCmd }, in startNatCommands()
216 std::string rpfilterCmd = StringPrintf( in stopNatCommands() local
242 { V6, rpfilterCmd }, in stopNatCommands()
DTetherController.cpp695 std::string rpfilterCmd = StringPrintf( in setForwardRules() local
699 if (iptablesRestoreFunction(V6, rpfilterCmd, nullptr) == -1 && add) { in setForwardRules()