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

/system/netd/server/
H A DCommandListener.cpp152 const char** childChain = childChains; local
162 execIptablesSilently(target, "-t", table, "-D", parentChain, "-j", *childChain, NULL);
163 execIptablesSilently(target, "-t", table, "-F", *childChain, NULL);
164 execIptablesSilently(target, "-t", table, "-X", *childChain, NULL);
165 execIptables(target, "-t", table, "-N", *childChain, NULL);
166 execIptables(target, "-t", table, "-A", parentChain, "-j", *childChain, NULL);
167 } while (*(++childChain) != NULL);

Completed in 264 milliseconds