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

/system/netd/
H A DNetdConstants.h37 int execIptablesSilently(IptablesTarget target, ...);
H A DNetdConstants.cpp93 int execIptablesSilently(IptablesTarget target, ...) { function
H A DCommandListener.cpp118 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);

Completed in 23 milliseconds