Home
last modified time | relevance | path

Searched refs:rcheck (Results 1 – 4 of 4) sorted by relevance

/external/iptables/extensions/
Dlibxt_recent.t3 -m recent --rcheck --hitcount 8 --name foo --mask 255.255.255.255 --rsource;=;OK
4 -m recent --rcheck --hitcount 12 --name foo --mask 255.255.255.255 --rsource;=;OK
7 -m recent --rcheck --hitcount 999 --name foo --mask 255.255.255.255 --rsource;;FAIL
9 -m recent --rcheck --hitcount 3 --name foo --mask 255.255.255.255 --rsource -m recent --rcheck --hi…
10 -m recent --rcheck --hitcount 4 --name foo --mask 255.255.255.255 --rsource -m recent --rcheck --hi…
11 -m recent --rcheck --hitcount 8 --name foo --mask 255.255.255.255 --rsource -m recent --rcheck --hi…
Dlibxt_recent.man8 \fB\-\-set\fP, \fB\-\-rcheck\fP, \fB\-\-update\fP and \fB\-\-remove\fP are
30 [\fB!\fP] \fB\-\-rcheck\fP
34 Like \fB\-\-rcheck\fP, except it will update the "last seen" timestamp if it
43 This option must be used in conjunction with one of \fB\-\-rcheck\fP or
53 This option must be used in conjunction with one of \fB\-\-rcheck\fP or
63 This option may only be used in conjunction with one of \fB\-\-rcheck\fP or
72 iptables \-A FORWARD \-m recent \-\-name badguy \-\-rcheck \-\-seconds 60 \-j DROP
/external/arm-optimized-routines/
DMakefile141 rcheck: $(HOST_TOOLS) $(ALL_TOOLS) target
144 check-all: check rcheck
146 .PHONY: all clean distclean install install-tools install-libs install-headers check rcheck check-a…
/external/boringssl/src/third_party/fiat/
Dcurve25519.c1989 uint8_t rcheck[32]; in ED25519_verify() local
1990 x25519_ge_tobytes(rcheck, &R); in ED25519_verify()
1992 return CRYPTO_memcmp(rcheck, rcopy, sizeof(rcheck)) == 0; in ED25519_verify()