Home
last modified time | relevance | path

Searched refs:IPTABLES (Results 1 – 2 of 2) 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/autotest/client/cros/
Dnetwork.py113 IPTABLES = '/sbin/iptables' variable in IpTablesContext
121 return utils.system_output('%s %s' % (self.IPTABLES, command),