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

/system/netd/
H A DCommandListener.cpp115 const char** childChain = childChains; local
125 execIptablesSilently(target, "-t", table, "-D", parentChain, "-j", *childChain, NULL);
126 execIptablesSilently(target, "-t", table, "-F", *childChain, NULL);
127 execIptablesSilently(target, "-t", table, "-X", *childChain, NULL);
128 execIptables(target, "-t", table, "-N", *childChain, NULL);
129 execIptables(target, "-t", table, "-A", parentChain, "-j", *childChain, NULL);
130 } while (*(++childChain) != NULL);

Completed in 2635 milliseconds