Searched refs:v4Cmds (Results 1 – 2 of 2) sorted by relevance
/system/netd/server/ |
D | TetherControllerTest.cpp | 145 std::vector<std::string> v4Cmds = { in startNatCommands() local 174 appendAll(v4Cmds, counterRules); in startNatCommands() 178 appendAll(v4Cmds, { in startNatCommands() 188 { V4, Join(v4Cmds, '\n') }, in startNatCommands() 224 std::vector<std::string> v4Cmds = { in stopNatCommands() local 246 { V4, Join(v4Cmds, '\n') }, in stopNatCommands()
|
D | TetherController.cpp | 583 std::vector<std::string> v4Cmds = { in enableNat() local 589 if (iptablesRestoreFunction(V4, Join(v4Cmds, '\n'), nullptr) || setupIPv6CountersChain() || in enableNat()
|