Home
last modified time | relevance | path

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

/system/netd/server/
DTetherControllerTest.cpp187 std::string rpfilterCmd = StringPrintf( in startNatCommands() local
234 { V6, rpfilterCmd }, in startNatCommands()
266 std::string rpfilterCmd = StringPrintf( in stopNatCommands() local
292 { V6, rpfilterCmd }, in stopNatCommands()
DTetherController.cpp747 std::string rpfilterCmd = StringPrintf( in setForwardRules() local
751 if (iptablesRestoreFunction(V6, rpfilterCmd, nullptr) == -1 && add) { in setForwardRules()