OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPTABLES
(Results
1 - 3
of
3
) sorted by null
/external/dnsmasq/contrib/port-forward/
dnsmasq-portforward
20
IPTABLES
=/sbin/
iptables
55
${
IPTABLES
} -t nat -D PREROUTING -p $protocol --destination-port $src -j DNAT --to-destination ${3}:$dst
57
${
IPTABLES
} -t nat -A PREROUTING -p $protocol --destination-port $src -j DNAT --to-destination ${3}:$dst
/external/autotest/client/cros/
network.py
112
"""Context manager that manages
iptables
rules."""
113
IPTABLES
= '/sbin/
iptables
'
121
return utils.system_output('%s %s' % (self.
IPTABLES
, command),
/device/google/marlin/common/
base.mk
258
#
IPTABLES
259
IPTABLES
:= libiptc
260
IPTABLES
+= libext
261
IPTABLES
+=
iptables
703
PRODUCT_PACKAGES += $(
IPTABLES
)
Completed in 107 milliseconds