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

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

Completed in 384 milliseconds