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

/system/netd/
H A DCommandListener.cpp112 static void createChildChains(IptablesTarget target, const char* table, const char* parentChain, argument
124 execIptablesSilently(target, "-t", table, "-D", parentChain, "-j", *childChain, NULL);
128 execIptables(target, "-t", table, "-A", parentChain, "-j", *childChain, NULL);

Completed in 60 milliseconds