HomeSort by relevance Sort by last modified time
    Searched full:dnat (Results 1 - 8 of 8) sorted by null

  /external/iptables/extensions/
libipt_SAME.man 1 Similar to SNAT/DNAT depending on chain: it takes a range of addresses
libipt_DNAT.c 25 "DNAT v%s options:\n"
233 static struct iptables_target dnat = { variable in typeref:struct:iptables_target
235 .name = "DNAT",
249 register_target(&dnat);
libipt_conntrack.man 25 .B DNAT
libipt_conntrack.c 27 " [!] --ctstate [INVALID|ESTABLISHED|NEW|RELATED|UNTRACKED|SNAT|DNAT][,...]\n"
74 else if (strncasecmp(state, "DNAT", strlen) == 0)
  /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}
portforward 3 # first column of this file, then a DNAT port-forward will be set up
  /external/iptables/
Android.mk 54 PF_EXT_SLIB+=2tcpmss 2tos 2ttl udp unclean CLASSIFY CONNMARK DNAT LOG #DSCP ECN
  /external/iproute2/ip/
iproute.c 416 PRTFL(DNAT, "dst-nat");
    [all...]

Completed in 357 milliseconds