Home
last modified time | relevance | path

Searched refs:REJECT (Results 1 – 25 of 35) sorted by relevance

12

/third_party/iptables/extensions/
Dlibip6t_REJECT.t2 -j REJECT;=;OK
3 # manpage for IPv6 variant of REJECT does not show up for some reason?
4 -j REJECT --reject-with icmp6-no-route;=;OK
5 -j REJECT --reject-with icmp6-adm-prohibited;=;OK
6 -j REJECT --reject-with icmp6-addr-unreachable;=;OK
7 -j REJECT --reject-with icmp6-port-unreachable;=;OK
8 -j REJECT --reject-with icmp6-policy-fail;=;OK
9 -j REJECT --reject-with icmp6-reject-route;=;OK
10 -p tcp -j REJECT --reject-with tcp-reset;=;OK
11 -j REJECT --reject-with tcp-reset;;FAIL
Dlibipt_REJECT.t2 -j REJECT;=;OK
3 -j REJECT --reject-with icmp-net-unreachable;=;OK
4 -j REJECT --reject-with icmp-host-unreachable;=;OK
5 -j REJECT --reject-with icmp-port-unreachable;=;OK
6 -j REJECT --reject-with icmp-proto-unreachable;=;OK
7 -j REJECT --reject-with icmp-net-prohibited;=;OK
8 -j REJECT --reject-with icmp-host-prohibited;=;OK
9 -j REJECT --reject-with icmp-admin-prohibited;=;OK
Dlibxt_time.txlate1 iptables-translate -A INPUT -p icmp --icmp-type echo-request -m time --weekdays Sa,Su -j REJECT
4 iptables-translate -A INPUT -p icmp --icmp-type echo-request -m time --timestart 12:00 -j REJECT
7 iptables-translate -A INPUT -p icmp --icmp-type echo-request -m time --timestop 12:00 -j REJECT
10 iptables-translate -A INPUT -p icmp --icmp-type echo-request -m time --datestart 2021 -j REJECT
13 iptables-translate -A INPUT -p icmp --icmp-type echo-request -m time --datestop 2021 -j REJECT
16 …ranslate -A INPUT -p icmp --icmp-type echo-request -m time --datestop 2021-01-29T00:00:00 -j REJECT
19 …p icmp --icmp-type echo-request -m time --datestart 2020-01-29T00:00:00 --timestart 12:00 -j REJECT
22 …art 2020-01-29T00:00:00 --timestart 12:00 --timestop 19:00 --weekdays Mon,Tue,Wed,Thu,Fri -j REJECT
25 …t 2020-01-29T00:00:00 --timestart 12:00 --timestop 19:00 ! --weekdays Mon,Tue,Wed,Thu,Fri -j REJECT
Dlibip6t_REJECT.txlate1 ip6tables-translate -A FORWARD -p TCP --dport 22 -j REJECT
4 ip6tables-translate -A FORWARD -p TCP --dport 22 -j REJECT --reject-with icmp6-reject-route
7 ip6tables-translate -A FORWARD -p TCP --dport 22 -j REJECT --reject-with tcp-reset
Dlibipt_REJECT.txlate1 iptables-translate -A FORWARD -p TCP --dport 22 -j REJECT
4 iptables-translate -A FORWARD -p TCP --dport 22 -j REJECT --reject-with icmp-net-unreachable
7 iptables-translate -A FORWARD -p TCP --dport 22 -j REJECT --reject-with tcp-reset
Dlibxt_connlimit.man25 iptables \-A INPUT \-p tcp \-\-syn \-\-dport 23 \-m connlimit \-\-connlimit\-above 2 \-j REJECT
33 \-\-connlimit\-mask 24 \-j REJECT
38 16 \-\-connlimit\-mask 64 \-j REJECT
42 \-\-connlimit-above 100 \-j REJECT
Dlibipt_REJECT.man32 …admin\-prohibited with kernels that do not support it will result in a plain DROP instead of REJECT
34 \fIWarning:\fP You should not indiscriminately apply the REJECT target to
47 -A INPUT ... -j REJECT
52 -A INPUT ... -j REJECT
Dlibip6t_REJECT.man34 \fIWarning:\fP You should not indiscriminately apply the REJECT target to
47 -A INPUT ... -j REJECT
52 -A INPUT ... -j REJECT
Dlibxt_LOG.man9 then DROP (or REJECT).
/third_party/mksh/
Dsyn.c75 #define REJECT (reject = true) macro
78 #define tpeek(cf) ((reject) ? (symbol) : (REJECT, symbol = yylex(cf)))
117 REJECT; in pipeline()
135 REJECT; in andor()
174 REJECT; in c_list()
283 REJECT; in get_command()
291 REJECT; in get_command()
593 REJECT; in elsepart()
635 REJECT; in casepart()
653 REJECT; in casepart()
[all …]
/third_party/iptables/iptables/tests/shell/testcases/ipt-restore/dumps/
Diptables.dump28 -A OUTPUT -p tcp -m tcp --dport 137 -j REJECT --reject-with icmp-port-unreachable
29 -A OUTPUT -p udp -m udp --dport 137 -j REJECT --reject-with icmp-port-unreachable
Dip6tables.dump28 -A OUTPUT -p tcp -m tcp --dport 137 -j REJECT --reject-with icmp6-port-unreachable
29 -A OUTPUT -p udp -m udp --dport 137 -j REJECT --reject-with icmp6-port-unreachable
/third_party/iptables/
DINCOMPATIBILITIES3 - The REJECT target has an '--reject-with admin-prohib' option which used
5 of REJECT. Use with caution.
/third_party/iptables/iptables/tests/shell/testcases/ipt-save/dumps/
Dfedora27-iptables95 [0:0] -A INPUT -j REJECT --reject-with icmp-host-prohibited
99 [0:0] -A FORWARD -o virbr0 -j REJECT --reject-with icmp-port-unreachable
100 [0:0] -A FORWARD -i virbr0 -j REJECT --reject-with icmp-port-unreachable
109 [0:0] -A FORWARD -j REJECT --reject-with icmp-host-prohibited
Dfedora27-ip6tables89 -A INPUT -j REJECT --reject-with icmp6-adm-prohibited
98 -A FORWARD -j REJECT --reject-with icmp6-adm-prohibited
Dipt-save-filter.txt63 -A reject_log -p tcp -j REJECT --reject-with tcp-reset
64 -A reject_log -p udp -j REJECT --reject-with icmp-port-unreachable
Dwireless.txt77 -A L_REJECT -j REJECT --reject-with icmp-port-unreachable
/third_party/iptables/iptables/tests/shell/testcases/iptables/
D0005-delete-rules_06 $XT_MULTI iptables -D FORWARD -i eth23 -o eth42 -j REJECT
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_application_AbilityConstant.js33 REJECT: 1, property
/third_party/iptables/iptables/tests/shell/testcases/firewalld-restore/
D0001-firewalld_080 -I INPUT 7 -j REJECT --reject-with icmp-host-prohibited
94 -I FORWARD 9 -j REJECT --reject-with icmp-host-prohibited
/third_party/iptables/iptables/tests/shell/testcases/firewalld-restore/dumps/
Dipt-save-completed.txt121 -A INPUT -j REJECT --reject-with icmp-host-prohibited
130 -A FORWARD -j REJECT --reject-with icmp-host-prohibited
/third_party/ltp/testcases/network/iptables/
Diptables_lib.sh198 REJECT > tst_iptables.out 2>&1
/third_party/mesa3d/docs/relnotes/
D7.10.2.rst145 - glcpp: Rework lexer to use a SKIP state rather than REJECT.
/third_party/python/Lib/idlelib/
DTODO.txt205 window but clearly delimited. (David Scherer) REJECT FIRST, LATTER DONE
/third_party/boost/libs/spirit/example/lex/
Dword_count_functor_flex.cpp359 #define REJECT reject_used_but_not_detected macro

12