Searched refs:iptables (Results 1 – 25 of 171) sorted by relevance
1234567
/external/iptables/iptables/ |
D | Makefile.am | 6 xtables_multi_SOURCES = xtables-multi.c iptables-xml.c 13 xtables_multi_SOURCES += iptables-save.c iptables-restore.c \ 14 iptables-standalone.c iptables.c 28 man_MANS = iptables.8 iptables-restore.8 iptables-save.8 \ 29 iptables-xml.1 ip6tables.8 ip6tables-restore.8 \ 30 ip6tables-save.8 iptables-extensions.8 31 CLEANFILES = iptables.8 ip6tables.8 33 vx_bin_links = iptables-xml 35 v4_sbin_links = iptables iptables-restore iptables-save 41 iptables-extensions.8: iptables-extensions.8.tmpl ../extensions/matches.man ../extensions/targets.m…
|
D | .gitignore | 6 /iptables 7 /iptables.8 8 /iptables-extensions.8 9 /iptables-extensions.8.tmpl 10 /iptables-save 11 /iptables-restore 12 /iptables-static 13 /iptables-xml
|
D | Android.mk | 20 xtables-multi.c iptables-xml.c xshared.c \ 21 iptables-save.c iptables-restore.c \ 22 iptables-standalone.c iptables.c 25 LOCAL_MODULE:=iptables 51 xtables-multi.c iptables-xml.c xshared.c \
|
D | iptables-apply | 18 $PROGNAME $VERSION -- a safer way to update iptables remotely 43 The script will try to apply a new ruleset (as output by iptables-save/read 44 by iptables-restore) to iptables, then prompt the user whether the changes 96 SAVE=iptables-save 97 RESTORE=iptables-restore 98 DEFAULT_FILE=/etc/network/iptables
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
D | p2p-action-udhcp.sh | 54 iptables -P FORWARD DROP 55 iptables -t nat -A POSTROUTING -o $UPLINK -j MASQUERADE 56 iptables -A FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT 57 iptables -A FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT 66 iptables -t nat -D POSTROUTING -o $UPLINK -j MASQUERADE 67 iptables -D FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT 68 iptables -D FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
|
D | p2p-action.sh | 81 iptables -P FORWARD DROP 82 iptables -t nat -A POSTROUTING -o $UPLINK -j MASQUERADE 83 iptables -A FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT 84 iptables -A FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT 93 iptables -t nat -D POSTROUTING -o $UPLINK -j MASQUERADE 94 iptables -D FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT 95 iptables -D FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
|
/external/iptables/extensions/ |
D | libxt_rpfilter.man | 27 iptables \-t raw \-N RPFILTER 29 iptables \-t raw \-A RPFILTER \-m rpfilter \-j RETURN 31 iptables \-t raw \-A RPFILTER \-m limit \-\-limit 10/minute \-j NFLOG \-\-nflog\-prefix "rpfilter d… 33 iptables \-t raw \-A RPFILTER \-j DROP 35 iptables \-t raw \-A PREROUTING \-j RPFILTER 39 iptables \-t raw \-A RPFILTER \-m rpfilter \-\-invert \-j DROP
|
D | libxt_nfacct.man | 1 The nfacct match provides the extended accounting infrastructure for iptables. 15 Then, you have to attach it to the accounting object via iptables: 17 iptables \-I INPUT \-p tcp \-\-sport 80 \-m nfacct \-\-nfacct\-name http\-traffic 19 iptables \-I OUTPUT \-p tcp \-\-dport 80 \-m nfacct \-\-nfacct\-name http\-traffic
|
D | libxt_AUDIT.man | 10 iptables \-N AUDIT_DROP 12 iptables \-A AUDIT_DROP \-j AUDIT \-\-type drop 14 iptables \-A AUDIT_DROP \-j DROP
|
D | libxt_sctp.man | 24 iptables \-A INPUT \-p sctp \-\-dport 80 \-j DROP 26 iptables \-A INPUT \-p sctp \-\-chunk\-types any DATA,INIT \-j DROP 28 iptables \-A INPUT \-p sctp \-\-chunk\-types any DATA:Be \-j ACCEPT
|
D | libxt_cluster.man | 22 iptables \-A PREROUTING \-t mangle \-i eth1 \-m cluster 27 iptables \-A PREROUTING \-t mangle \-i eth2 \-m cluster 32 iptables \-A PREROUTING \-t mangle \-i eth1 35 iptables \-A PREROUTING \-t mangle \-i eth2
|
D | libxt_rateest.man | 80 iptables \-t mangle \-A POSTROUTING \-o eth0 \-j RATEEST \-\-rateest\-name eth0 83 iptables \-t mangle \-A POSTROUTING \-o ppp0 \-j RATEEST \-\-rateest\-name ppp0 88 iptables \-t mangle \-A balance \-m conntrack \-\-ctstate NEW \-m helper \-\-helper ftp 92 iptables \-t mangle \-A balance \-m conntrack \-\-ctstate NEW \-m helper \-\-helper ftp 96 iptables \-t mangle \-A balance \-j CONNMARK \-\-restore\-mark
|
D | libxt_cpu.man | 9 iptables \-t nat \-A PREROUTING \-p tcp \-\-dport 80 \-m cpu \-\-cpu 0 12 iptables \-t nat \-A PREROUTING \-p tcp \-\-dport 80 \-m cpu \-\-cpu 1
|
D | libxt_connlimit.man | 25 iptables \-A INPUT \-p tcp \-\-syn \-\-dport 23 \-m connlimit \-\-connlimit\-above 2 \-j REJECT 28 iptables \-A INPUT \-p tcp \-\-syn \-\-dport 23 \-m connlimit \-\-connlimit\-upto 2 \-j ACCEPT 32 iptables \-p tcp \-\-syn \-\-dport 80 \-m connlimit \-\-connlimit\-above 16
|
D | libxt_bpf.man | 28 iptables \-A OUTPUT \-m bpf \-\-bytecode '4,48 0 0 9,21 0 1 6,6 0 0 1,6 0 0 0' \-j ACCEPT 32 iptables \-A OUTPUT \-m bpf \-\-bytecode "`nfbpf_compile RAW 'ip proto 6'`" \-j ACCEPT
|
D | libxt_comment.man | 6 iptables \-A INPUT \-i eth1 \-m comment \-\-comment "my local LAN"
|
/external/iptables/ |
D | configure.ac | 2 AC_INIT([iptables], [1.4.20]) package 37 AS_HELP_STRING([--disable-ipv4], [Do not build iptables]), 157 iptables/Makefile iptables/xtables.pc 158 iptables/iptables.8 iptables/ip6tables.8 159 iptables/iptables-extensions.8.tmpl 164 include/xtables-version.h include/iptables/internal.h])
|
D | INSTALL | 1 Installation instructions for iptables 4 iptables uses the well-known configure(autotools) infrastructure. 46 Produce additional binaries, iptables-static/ip6tables-static, 80 These have the core (iptables), -save, -restore and -xml code
|
D | Makefile.am | 17 SUBDIRS += iptables subdir 28 include/xtables-version.h.in include/iptables/internal.h.in
|
D | INCOMPATIBILITIES | 13 After upgrading from 1.2 to 1.3, it suggest go do an iptables-save, then 14 iptables-restore to ensure your dynamic rule changes continue to work.
|
/external/iptables/tests/ |
D | options-ipv4.rules | 1 # Generated by iptables-save v1.4.10 on Mon Jan 31 03:03:38 2011 24 # Generated by iptables-save v1.4.10 on Mon Jan 31 03:03:38 2011 38 # Generated by iptables-save v1.4.10 on Mon Jan 31 03:03:38 2011
|
/external/iptables/libxtables/ |
D | Android.mk | 9 $(LOCAL_PATH)/../iptables/ \
|
/external/iptables/libiptc/ |
D | libiptc.pc.in | 8 Description: iptables v4/v6 ruleset ADT and kernel interface
|
D | libip6tc.pc.in | 7 Description: iptables IPv6 ruleset ADT and kernel interface
|
D | libip4tc.pc.in | 7 Description: iptables IPv4 ruleset ADT and kernel interface
|
1234567