Home
last modified time | relevance | path

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

/system/netd/server/
DTetherControllerTest.cpp142 std::vector<std::string> v4Cmds = { in startNatCommands() local
171 appendAll(v4Cmds, counterRules); in startNatCommands()
175 appendAll(v4Cmds, { in startNatCommands()
185 { V4, Join(v4Cmds, '\n') }, in startNatCommands()
221 std::vector<std::string> v4Cmds = { in stopNatCommands() local
243 { V4, Join(v4Cmds, '\n') }, in stopNatCommands()
DTetherController.cpp560 std::vector<std::string> v4Cmds = { in enableNat() local
566 if (iptablesRestoreFunction(V4, Join(v4Cmds, '\n'), nullptr) || setupIPv6CountersChain() || in enableNat()