Home
last modified time | relevance | path

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

/system/netd/server/
DTetherControllerTest.cpp140 std::string rpfilterCmd = StringPrintf( in startNatCommands() local
187 { V6, rpfilterCmd }, in startNatCommands()
219 std::string rpfilterCmd = StringPrintf( in stopNatCommands() local
245 { V6, rpfilterCmd }, in stopNatCommands()
DTetherController.cpp718 std::string rpfilterCmd = StringPrintf( in setForwardRules() local
722 if (iptablesRestoreFunction(V6, rpfilterCmd, nullptr) == -1 && add) { in setForwardRules()