Home
last modified time | relevance | path

Searched refs:DROP (Results 1 – 25 of 122) sorted by relevance

12345

/external/iptables/iptables/tests/shell/testcases/ipt-save/dumps/
Dipt-save-filter.txt3 :INPUT DROP [0:0]
4 :FORWARD DROP [0:0]
5 :OUTPUT DROP [0:0]
24 -A FORWARD ! -s 192.168.0.0/24 -i eth2 -p icmp -j DROP
25 -A FORWARD ! -s 192.168.0.0/24 -i eth2 -p udp -j DROP
26 -A FORWARD ! -s 192.168.0.0/24 -i eth2 -p tcp -j DROP
27 -A FORWARD ! -s 192.168.100.0/24 -i eth1 -p icmp -j DROP
28 -A FORWARD ! -s 192.168.100.0/24 -i eth1 -p udp -j DROP
29 -A FORWARD ! -s 192.168.100.0/24 -i eth1 -p tcp -j DROP
30 -A FORWARD -o ppp0 -p udp -m udp --sport 137:139 -j DROP
[all …]
Dpolicy-drop.txt3 :INPUT DROP [0:0]
4 :FORWARD DROP [0:0]
5 :OUTPUT DROP [0:0]
/external/bcc/examples/networking/http_filter/
Dhttp-parse-simple.c23 goto DROP; in http_filter()
29 goto DROP; in http_filter()
44 goto DROP; in http_filter()
66 goto DROP; in http_filter()
104 goto DROP; in http_filter()
111 DROP: in http_filter()
Dhttp-parse-complete.c43 goto DROP; in http_filter()
49 goto DROP; in http_filter()
66 goto DROP; in http_filter()
95 goto DROP; in http_filter()
139 goto DROP; in http_filter()
151 DROP: in http_filter()
/external/bcc/examples/networking/vlan_filter/
Ddata-plane-tracing.c29 default: goto DROP; in vlan_filter()
37 default: goto DROP; in vlan_filter()
44 default: goto DROP; in vlan_filter()
52 DROP: in vlan_filter()
/external/iptables/extensions/
Dlibipt_ah.txlate1 iptables-translate -A INPUT -p 51 -m ah --ahspi 500 -j DROP
4 iptables-translate -A INPUT -p 51 -m ah --ahspi 500:600 -j DROP
7 iptables-translate -A INPUT -p 51 -m ah ! --ahspi 50 -j DROP
Dlibip6t_rt.txlate1 ip6tables-translate -A INPUT -m rt --rt-type 0 -j DROP
4 ip6tables-translate -A INPUT -m rt ! --rt-len 22 -j DROP
10 ip6tables-translate -A INPUT -m rt --rt-type 0 --rt-len 22 -j DROP
Dlibip6t_ah.txlate1 ip6tables-translate -A INPUT -m ah --ahspi 500 -j DROP
4 ip6tables-translate -A INPUT -m ah --ahspi 500:550 -j DROP
13 ip6tables-translate -A INPUT -m ah --ahspi 500 ! --ahlen 120 -j DROP
Dlibxt_sctp.txlate1 iptables-translate -A INPUT -p sctp --dport 80 -j DROP
4 iptables-translate -A INPUT -p sctp --sport 50 -j DROP
7 iptables-translate -A INPUT -p sctp ! --dport 80 -j DROP
10 iptables-translate -A INPUT -p sctp ! --sport 50 -j DROP
Dlibipt_REJECT.man3 .B DROP
32 (*) Using icmp\-admin\-prohibited with kernels that do not support it will result in a plain DROP i…
36 only DROP these.
51 -A INPUT ... -m conntrack --ctstate INVALID -j DROP
Dlibxt_standard.t2 -s 127.0.0.1/32 -d 0.0.0.0/8 -j DROP;=;OK
8 -j DROP;=;OK
Dlibxt_pkttype.txlate1 iptables-translate -A INPUT -m pkttype --pkt-type broadcast -j DROP
4 iptables-translate -A INPUT -m pkttype ! --pkt-type unicast -j DROP
Dlibxt_esp.txlate7 iptables-translate -A INPUT -p 50 -m esp --espspi 500 -j DROP
10 iptables-translate -A INPUT -p 50 -m esp --espspi 500:600 -j DROP
Dlibxt_hashlimit.txlate1 …b --hashlimit-mode dstip --hashlimit-name https --hashlimit-dstmask 24 -m state --state NEW -j DROP
4 …de srcip,dstip --hashlimit-name https --hashlimit-htable-expire 300000 -m state --state NEW -j DROP
Dlibebt_standard.t7 -d de:ad:be:ef:0:00/ff:ff:ff:ff:0:0 -j DROP;-d de:ad:be:ef:00:00/ff:ff:ff:ff:00:00 -j DROP;OK
Dlibip6t_REJECT.man3 .B DROP
36 only DROP these.
51 -A INPUT ... -m conntrack --ctstate INVALID -j DROP
/external/libwebsockets/READMEs/
DREADME.lifecycle.md24 http DROP|`LWS_CALLBACK_CLIENT_HTTP_DROP_PROTOCOL`|`LWS_CALLBACK_HTTP_DROP_PROTOCOL`
33 ws DROP|`LWS_CALLBACK_WS_CLIENT_DROP_PROTOCOL`|`LWS_CALLBACK_WS_DROP_PROTOCOL`
42 raw DROP|`LWS_CALLBACK_RAW_SKT_DROP_PROTOCOL`|`LWS_CALLBACK_RAW_SKT_DROP_PROTOCOL`
/external/iptables/iptables/tests/shell/testcases/ebtables/
D0002-ebtables-save-restore_013 $XT_MULTI ebtables -P FORWARD DROP
14 $XT_MULTI ebtables -A OUTPUT -s ff:ff:ff:ff:ff:ff/ff:ff:ff:ff:ff:ff -j DROP
60 $XT_MULTI ebtables -t nat -P OUTPUT DROP
65 $XT_MULTI ebtables -t nat -N nat_foo -P DROP
/external/ot-br-posix/script/
Dotbr-firewall67 ip6tables -A $OTBR_FORWARD_INGRESS_CHAIN -m pkttype --pkt-type unicast -i $THREAD_IF -j DROP
68 ip6tables -A $OTBR_FORWARD_INGRESS_CHAIN -m set --match-set otbr-ingress-deny-src src -j DROP
70 ip6tables -A $OTBR_FORWARD_INGRESS_CHAIN -m pkttype --pkt-type unicast -j DROP
/external/iptables/iptables/tests/shell/testcases/ipt-save/
D0005iptables_021 -A FOO -j DROP
25 $XT_MULTI iptables -A FOO -j DROP
/external/iptables/iptables/tests/shell/testcases/nft-only/
D0006-policy-override_015 $XT_MULTI iptables -P FORWARD DROP
19 $XT_MULTI iptables -P FORWARD DROP
D0008-basechain-policy_06 $XT_MULTI iptables -t raw -P OUTPUT DROP
26 $XT_MULTI iptables-save | grep -C2 raw | grep OUTPUT | grep DROP
/external/linux-kselftest/tools/testing/selftests/netfilter/
Dbridge_brouter.sh65 …ec ns0 ebtables -t broute -A BROUTING -p ipv4 --ip-protocol icmp -j redirect --redirect-target=DROP
103 ip netns exec ns0 ebtables -t filter -A FORWARD -p ipv4 --ip-protocol icmp -j DROP
113 …ec ns0 ebtables -t broute -A BROUTING -p ipv4 --ip-protocol icmp -j redirect --redirect-target=DROP
/external/iptables/iptables/tests/shell/testcases/ipt-restore/dumps/
Diptables.dump22 :INPUT DROP [37:4057]
23 :FORWARD DROP [0:0]
Dip6tables.dump22 :INPUT DROP [0:0]
23 :FORWARD DROP [0:0]

12345