Searched refs:childChain (Results 1 - 1 of 1) sorted by relevance

/system/netd/
H A DCommandListener.cpp108 const char** childChain = childChains; local
118 execIptablesSilently(target, "-t", table, "-D", parentChain, "-j", *childChain, NULL);
119 execIptablesSilently(target, "-t", table, "-F", *childChain, NULL);
120 execIptablesSilently(target, "-t", table, "-X", *childChain, NULL);
121 execIptables(target, "-t", table, "-N", *childChain, NULL);
122 execIptables(target, "-t", table, "-A", parentChain, "-j", *childChain, NULL);
123 } while (*(++childChain) != NULL);

Completed in 80 milliseconds