Searched refs:v4Cmds (Results 1 – 2 of 2) sorted by relevance
/system/netd/server/ |
D | TetherControllerTest.cpp | 142 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()
|
D | TetherController.cpp | 560 std::vector<std::string> v4Cmds = { in enableNat() local 566 if (iptablesRestoreFunction(V4, Join(v4Cmds, '\n'), nullptr) || setupIPv6CountersChain() || in enableNat()
|