/external/iptables/extensions/ |
libxt_hashlimit.man | 7 A hash limit option (\fB\-\-hashlimit\-upto\fP, \fB\-\-hashlimit\-above\fP) and 10 \fB\-\-hashlimit\-upto\fP \fIamount\fP[\fB/second\fP|\fB/minute\fP|\fB/hour\fP|\fB/day\fP] 56 \-s 192.168.0.0/16 \-\-hashlimit\-mode srcip \-\-hashlimit\-upto 1000/sec 60 \-s 192.168.1.1 \-\-hashlimit\-mode srcport \-\-hashlimit\-upto 100/sec 65 \-s 10.0.0.8 \-\-hashlimit\-mask 28 \-\-hashlimit\-upto 10000/min
|
libxt_connlimit.man | 4 \fB\-\-connlimit\-upto\fP \fIn\fP 27 iptables \-A INPUT \-p tcp \-\-syn \-\-dport 23 \-m connlimit \-\-connlimit\-upto 2 \-j ACCEPT
|
libxt_connlimit.c | 24 " --connlimit-upto n match if the number of existing connections is 0..n\n" 33 {.name = "connlimit-upto", .id = O_UPTO, .excl = F_ABOVE, 104 "\"--connlimit-upto\"."); 156 printf(" --connlimit-upto %u", info->limit); 174 printf(" --connlimit-upto %u", info->limit);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
ptrace.h | 42 /* arguments: non interrupts/non tracing syscalls only save upto here*/
|
ptrace-abi.h | 34 /* arguments: interrupts/non tracing syscalls only save upto here*/
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
ptrace.h | 42 /* arguments: non interrupts/non tracing syscalls only save upto here*/
|
ptrace-abi.h | 34 /* arguments: interrupts/non tracing syscalls only save upto here*/
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
ptrace.h | 42 /* arguments: non interrupts/non tracing syscalls only save upto here*/
|
ptrace-abi.h | 34 /* arguments: interrupts/non tracing syscalls only save upto here*/
|
/system/core/include/mincrypt/ |
hash-internal.h | 27 uint32_t state[8]; // upto SHA2
|
/external/guava/guava-tests/test/com/google/common/collect/ |
BstRangeOpsTest.java | 78 countAggregate, GeneralRange.upTo(Ordering.natural(), c, type), ROOT); 175 GeneralRange<Character> range1 = GeneralRange.upTo(Ordering.natural(), 'f', CLOSED); 178 GeneralRange<Character> range2 = GeneralRange.upTo(Ordering.natural(), 'f', OPEN); 181 GeneralRange<Character> range3 = GeneralRange.upTo(Ordering.natural(), 'a', CLOSED); 184 GeneralRange<Character> range4 = GeneralRange.upTo(Ordering.natural(), 'a', OPEN); 187 GeneralRange<Character> range5 = GeneralRange.upTo(Ordering.natural(), 'c', OPEN); 190 GeneralRange<Character> range6 = GeneralRange.upTo(Ordering.natural(), 'c', CLOSED); 303 GeneralRange<Character> range1 = GeneralRange.upTo(Ordering.natural(), 'd', OPEN); 307 GeneralRange<Character> range2 = GeneralRange.upTo(Ordering.natural(), 'd', CLOSED); 311 GeneralRange<Character> range3 = GeneralRange.upTo(Ordering.natural(), 'a', CLOSED) [all...] |
RangesTest.java | 78 Ranges.upTo(7, CLOSED)) 81 Ranges.upTo(7, OPEN))
|
GeneralRangeTest.java | 111 GeneralRange<Integer> range = GeneralRange.upTo(ORDERING, 3, lBoundType); 179 assertEquals(GeneralRange.upTo(Ordering.natural(), 3, endpointType), 180 GeneralRange.from(Ranges.upTo(3, endpointType))); 199 GeneralRange.upTo(ORDERING, 3, CLOSED).reverse()); 200 assertEquals(GeneralRange.upTo(ORDERING.reverse(), 3, OPEN),
|
/external/kernel-headers/original/asm-x86/ |
ptrace-abi.h | 34 /* arguments: interrupts/non tracing syscalls only save upto here*/
|
/external/dropbear/libtommath/ |
bn_mp_montgomery_calc_normalization.c | 21 * The method is slightly modified to shift B unconditionally upto just under
|
tommath_superclass.h | 64 * which means roughly speaking you can handle upto 2536-bit RSA keys with these defined without
|
bn_mp_toradix_n.c | 20 * Stores upto maxlen-1 chars and always a NULL byte
|
bn_s_mp_mul_digs.c | 18 /* multiplies |a| * |b| and only computes upto digs digits of result
|
/cts/suite/audio_quality/lib/src/audio/ |
AudioPlaybackLocal.cpp | 17 // TODO remove all the headers upto asound.h after removing pcm_drain hack
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
job_queue.cc | 30 // Looks up the queue in the order of priority upto |accepted_priority|.
|
/external/chromium_org/sync/engine/ |
sync_engine_event.h | 41 // This event is sent when we receive an actionable error. It is upto
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
README | 50 library can vary by upto %10 due to the positioning of files after application
|
/external/dropbear/libtomcrypt/src/misc/pkcs5/ |
pkcs_5_1.c | 84 /* copy upto outlen bytes */
|
/external/dropbear/libtomcrypt/src/pk/katja/ |
katja_decrypt_key.c | 59 /* payload is upto pq, so we know q is 1/3rd the size of N and therefore pq is 2/3th the size */
|
katja_encrypt_key.c | 58 /* payload is upto pq, so we know q is 1/3rd the size of N and therefore pq is 2/3th the size */
|