Home
last modified time | relevance | path

Searched refs:IPTABLES (Results 1 – 3 of 3) sorted by relevance

/external/dnsmasq/contrib/port-forward/
Ddnsmasq-portforward20 IPTABLES=/sbin/iptables
55 …${IPTABLES} -t nat -D PREROUTING -p $protocol --destination-port $src -j DNAT --to-destination ${3…
57 …${IPTABLES} -t nat -A PREROUTING -p $protocol --destination-port $src -j DNAT --to-destination ${3…
/external/iptables/
Diptables-test.py18 IPTABLES = "iptables" variable
107 if splitted[0] == IPTABLES:
171 iptables = IPTABLES
175 iptables = IPTABLES
178 iptables = IPTABLES
/external/autotest/client/cros/
Dnetwork.py113 IPTABLES = '/sbin/iptables' variable in IpTablesContext
121 return utils.system_output('%s %s' % (self.IPTABLES, command),