HomeSort by relevance Sort by last modified time
    Searched refs:IPTABLES_PATH (Results 1 - 6 of 6) sorted by null

  /system/netd/
oem_iptables_hook.cpp 39 IPTABLES_PATH,
46 IPTABLES_PATH,
53 IPTABLES_PATH,
NetdConstants.h 24 extern const char * const IPTABLES_PATH;
NatController.cpp 69 {{IPTABLES_PATH, "-F", "natctrl_FORWARD",}, 1},
70 {{IPTABLES_PATH, "-A", "natctrl_FORWARD", "-j", "DROP"}, 1},
71 {{IPTABLES_PATH, "-t", "nat", "-F", "natctrl_nat_POSTROUTING"}, 1},
152 IPTABLES_PATH,
184 IPTABLES_PATH,
192 IPTABLES_PATH,
206 IPTABLES_PATH,
227 IPTABLES_PATH,
243 IPTABLES_PATH,
IdletimerController.cpp 140 IPTABLES_PATH,
152 IPTABLES_PATH,
182 IPTABLES_PATH,
204 IPTABLES_PATH,
NetdConstants.cpp 29 const char * const IPTABLES_PATH = "/system/bin/iptables";
84 argv[0] = IPTABLES_PATH;
BandwidthController.cpp 181 fullCmd.insert(0, iptVer == IptIpV4 ? IPTABLES_PATH : IP6TABLES_PATH);
1056 fullCmd = IPTABLES_PATH;
    [all...]

Completed in 1058 milliseconds