OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DNAT
(Results
1 - 3
of
3
) sorted by null
/external/dnsmasq/contrib/port-forward/
dnsmasq-portforward
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
61
echo "
DNAT
$protocol $src to ${3}:$dst ${verb}." >>${LOGFILE}
/device/moto/stingray/ril/
wrigley-iptables.sh
93
$IPTABLES -t nat -A oem_nat_pre -p tcp -d 192.168.16.2 --dport 11006 -j
DNAT
--to 192.168.20.2:11006
/external/iproute2/ip/
iproute.c
407
PRTFL(
DNAT
, "dst-nat");
[
all
...]
Completed in 483 milliseconds