/external/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_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
|
D | libxt_LOG.man | 9 then DROP (or REJECT).
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_verifier.c | 83 REJECT enumerator 529 .result = REJECT, 537 .result = REJECT, 546 .result = REJECT, 556 .result = REJECT, 565 .result = REJECT, 574 .result = REJECT, 589 .result = REJECT, 603 .result = REJECT, 617 .result = REJECT, [all …]
|
D | test_align.c | 37 REJECT enumerator 468 .result = REJECT, 625 if (fd_prog < 0 && test->result != REJECT) { in do_test_single() 629 } else if (fd_prog >= 0 && test->result == REJECT) { in do_test_single()
|
/external/mksh/src/ |
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() 292 REJECT; in get_command() 602 REJECT; in elsepart() 644 REJECT; in casepart() 662 REJECT; in casepart() [all …]
|
/external/iptables/ |
D | INCOMPATIBILITIES | 3 - The REJECT target has an '--reject-with admin-prohib' option which used 5 of REJECT. Use with caution.
|
/external/syzkaller/sys/linux/ |
D | netfilter_ipv4.txt | 214 REJECT xt_target_t["REJECT", ipt_reject_info, 0]
|
D | netfilter_ipv6.txt | 257 REJECT xt_target_t["REJECT", ip6t_reject_info, 0]
|
/external/ltp/testcases/network/iptables/ |
D | iptables_tests.sh | 169 REJECT > tst_iptables.out 2>&1
|
/external/scapy/scapy/ |
D | automaton.py | 351 REJECT = "REJECT" variable in _ATMT_Command 611 if cmd.type == _ATMT_Command.REJECT: 933 rsm = Message(type = _ATMT_Command.REJECT)
|
/external/python/cpython3/Lib/idlelib/ |
D | TODO.txt | 205 window but clearly delimited. (David Scherer) REJECT FIRST, LATTER DONE
|
/external/python/cpython2/Lib/idlelib/ |
D | TODO.txt | 205 window but clearly delimited. (David Scherer) REJECT FIRST, LATTER DONE
|
/external/iproute2/tc/ |
D | emp_ematch.lex.c | 504 #define REJECT reject_used_but_not_detected macro
|
/external/toybox/kconfig/ |
D | lex.zconf.c_shipped | 744 * any uses of REJECT which flex missed. 746 #define REJECT reject_used_but_not_detected
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.cpp | 889 #define REJECT reject_used_but_not_detected macro
|
/external/libpcap/ |
D | scanner.c | 2860 #define REJECT reject_used_but_not_detected macro
|
D | configure | 7760 b { REJECT; }
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_lex.cpp | 1128 #define REJECT reject_used_but_not_detected macro
|
/external/toolchain-utils/go/patch/ |
D | go3.patch | 817 rejectRE = regexp.MustCompile(`(?s)\A(.+?)((\n|; *)REJECT(.*))?\z`)
|
/external/iproute2/ip/ |
D | iproute.c | 498 PRTFL(REJECT, "reject"); in print_route()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ChangeLog | 936 - Add event CTRL-EVENT-ASSOC-REJECT for association rejected.
|