Searched refs:rcheck (Results 1 – 5 of 5) sorted by relevance
/external/iptables/extensions/ |
D | libxt_recent.t | 3 -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…
|
D | libxt_recent.man | 8 \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/llvm-project/flang/unittests/Evaluate/ |
D | real.cpp | 305 UINT rcheck{NormalizeNaN(u.ui)}; in inttest() local 307 MATCH(rcheck, check)("%d 0x%llx", pass, x); in inttest() 387 UINT rcheck{NormalizeNaN(u.ui)}; in subsetTests() local 389 MATCH(rcheck, check) in subsetTests() 449 UINT rcheck{NormalizeNaN(u.ui)}; in subsetTests() local 451 MATCH(rcheck, check) in subsetTests() 466 UINT rcheck{NormalizeNaN(u.ui)}; in subsetTests() local 468 MATCH(rcheck, check) in subsetTests() 483 UINT rcheck{NormalizeNaN(u.ui)}; in subsetTests() local 485 MATCH(rcheck, check) in subsetTests() [all …]
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/curve25519/ |
D | curve25519.c | 1981 uint8_t rcheck[32]; in ED25519_verify() local 1982 x25519_ge_tobytes(rcheck, &R); in ED25519_verify() 1984 return CRYPTO_memcmp(rcheck, rcopy, sizeof(rcheck)) == 0; in ED25519_verify()
|
/external/boringssl/src/crypto/curve25519/ |
D | curve25519.c | 1981 uint8_t rcheck[32]; in ED25519_verify() local 1982 x25519_ge_tobytes(rcheck, &R); in ED25519_verify() 1984 return CRYPTO_memcmp(rcheck, rcopy, sizeof(rcheck)) == 0; in ED25519_verify()
|