Searched refs:REJECT (Results 1 – 25 of 35) sorted by relevance
12
/third_party/iptables/extensions/ |
D | libip6t_REJECT.t | 2 -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
|
D | libipt_REJECT.t | 2 -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
|
D | libxt_time.txlate | 1 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
|
D | libip6t_REJECT.txlate | 1 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
|
D | libipt_REJECT.txlate | 1 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
|
D | libxt_connlimit.man | 25 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
|
D | libipt_REJECT.man | 32 …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
|
D | libip6t_REJECT.man | 34 \fIWarning:\fP You should not indiscriminately apply the REJECT target to 47 -A INPUT ... -j REJECT 52 -A INPUT ... -j REJECT
|
D | libxt_LOG.man | 9 then DROP (or REJECT).
|
/third_party/mksh/ |
D | syn.c | 75 #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/ |
D | iptables.dump | 28 -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
|
D | ip6tables.dump | 28 -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/ |
D | INCOMPATIBILITIES | 3 - 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/ |
D | fedora27-iptables | 95 [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
|
D | fedora27-ip6tables | 89 -A INPUT -j REJECT --reject-with icmp6-adm-prohibited 98 -A FORWARD -j REJECT --reject-with icmp6-adm-prohibited
|
D | ipt-save-filter.txt | 63 -A reject_log -p tcp -j REJECT --reject-with tcp-reset 64 -A reject_log -p udp -j REJECT --reject-with icmp-port-unreachable
|
D | wireless.txt | 77 -A L_REJECT -j REJECT --reject-with icmp-port-unreachable
|
/third_party/iptables/iptables/tests/shell/testcases/iptables/ |
D | 0005-delete-rules_0 | 6 $XT_MULTI iptables -D FORWARD -i eth23 -o eth42 -j REJECT
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_application_AbilityConstant.js | 33 REJECT: 1, property
|
/third_party/iptables/iptables/tests/shell/testcases/firewalld-restore/ |
D | 0001-firewalld_0 | 80 -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/ |
D | ipt-save-completed.txt | 121 -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/ |
D | iptables_lib.sh | 198 REJECT > tst_iptables.out 2>&1
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.10.2.rst | 145 - glcpp: Rework lexer to use a SKIP state rather than REJECT.
|
/third_party/python/Lib/idlelib/ |
D | TODO.txt | 205 window but clearly delimited. (David Scherer) REJECT FIRST, LATTER DONE
|
/third_party/boost/libs/spirit/example/lex/ |
D | word_count_functor_flex.cpp | 359 #define REJECT reject_used_but_not_detected macro
|
12