| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | dtlsv1listentest.c | 245 enum {GOOD, VERIFY, DROP} outtype; enumerator 251 { clienthello_nocookie_short, sizeof(clienthello_nocookie_short), DROP }, 252 { clienthello_2ndfrag, sizeof(clienthello_2ndfrag), DROP }, 256 { clienthello_cookie_short, sizeof(clienthello_cookie_short), DROP }, 257 { record_short, sizeof(record_short), DROP } 329 if (!TEST_true((ret == 0 && tp->outtype == DROP) in dtls_listen_test()
|
| H A D | bad_dtls_test.c | 426 #define DROP(x) { x##UL, 1 } macro 435 DROP(0x10001), DROP(0xff), NODROP(0x100000), NODROP(0x800000), NODROP(0x7fffe1), 436 NODROP(0xffffff), NODROP(0x1000000), NODROP(0xfffffe), DROP(0xffffff), NODROP(0x1000010), 437 NODROP(0xfffffd), NODROP(0x1000011), DROP(0x12), NODROP(0x1000012), 438 NODROP(0x1ffffff), NODROP(0x2000000), DROP(0x1ff00fe), NODROP(0x2000001), 439 NODROP(0x20fffff), NODROP(0x2105500), DROP(0x20ffffe), NODROP(0x21054ff), 440 NODROP(0x211ffff), DROP(0x2110000), NODROP(0x2120000)
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | dtlsv1listentest.c | 245 enum {GOOD, VERIFY, DROP} outtype; enumerator 251 { clienthello_nocookie_short, sizeof(clienthello_nocookie_short), DROP }, 252 { clienthello_2ndfrag, sizeof(clienthello_2ndfrag), DROP }, 256 { clienthello_cookie_short, sizeof(clienthello_cookie_short), DROP }, 257 { record_short, sizeof(record_short), DROP } 329 if (!TEST_true((ret == 0 && tp->outtype == DROP) in dtls_listen_test()
|
| H A D | bad_dtls_test.c | 445 #define DROP(x) { x##UL, 1 } macro 454 DROP(0x10001), DROP(0xff), NODROP(0x100000), NODROP(0x800000), NODROP(0x7fffe1), 455 NODROP(0xffffff), NODROP(0x1000000), NODROP(0xfffffe), DROP(0xffffff), NODROP(0x1000010), 456 NODROP(0xfffffd), NODROP(0x1000011), DROP(0x12), NODROP(0x1000012), 457 NODROP(0x1ffffff), NODROP(0x2000000), DROP(0x1ff00fe), NODROP(0x2000001), 458 NODROP(0x20fffff), NODROP(0x2105500), DROP(0x20ffffe), NODROP(0x21054ff), 459 NODROP(0x211ffff), DROP(0x2110000), NODROP(0x2120000)
|
| H A D | cmp_ctx_test.c | 505 #define DROP(x) (void)(x) /* dummy free() for non-pointer and function types */ macro 562 test_##FIELD, DROP) 565 NULL, IS_0, ((void *)1), DROP) 569 DEFAULT, 1, DROP) 730 1 /* true */, DROP)
|
| /netbsd-src/external/bsd/unbound/dist/doc/ |
| H A D | README.ipset.md | 42 iptables -A INPUT -m set --set blacklist src -j DROP 43 ip6tables -A INPUT -m set --set blacklist6 src -j DROP
|
| H A D | example.conf.in | 1299 # actions are: NXDOMAIN, NODATA, PASSTHRU, DROP, Local Data, tcp-only
|
| /netbsd-src/usr.sbin/lpr/common_source/ |
| H A D | lp.local.h | 67 #define DROP 3 /* offset to drop characters with descenders */ macro
|
| /netbsd-src/games/battlestar/ |
| H A D | command7.c | 263 case DROP: in fight()
|
| H A D | extern.h | 149 #define DROP 1015 macro
|
| H A D | command2.c | 121 wordvalue[++wordnumber] = DROP; in put()
|
| H A D | words.c | 134 { "drop", DROP, VERB, NULL },
|
| H A D | cypher.c | 189 case DROP: in cypher()
|
| /netbsd-src/usr.sbin/lpr/lpd/ |
| H A D | printjob.c | 1074 for (scnhgt = 0; scnhgt++ < HEIGHT+DROP; ) { in scan_out() 1079 if ((!d && scnhgt > HEIGHT) || (scnhgt <= DROP && d)) in scan_out() 1112 return (DROP); in dropit()
|
| /netbsd-src/external/bsd/unbound/dist/contrib/ |
| H A D | README | 54 * drop2rpz: perl script that converts the Spamhaus DROP-List in RPZ-Format,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | regcomp.c | 274 #define DROP(n) (p->slen -= (n)) macro 647 DROP(1); in p_bre() 1130 DROP(finish-start); /* drop the operand */ in repeat()
|
| /netbsd-src/games/fortune/datfiles/ |
| H A D | unamerican-o.real | 309 DROP THE ATTITUDE
|
| /netbsd-src/external/bsd/nvi/dist/regex/ |
| H A D | regcomp.c | 169 #define DROP(n) (p->slen -= (n)) macro 551 DROP(1); in p_bre() 1062 DROP(finish-start); /* drop the operand */ in repeat()
|
| /netbsd-src/lib/libc/regex/ |
| H A D | regcomp.c | 221 #define DROP(n) (p->slen -= (n)) macro 815 DROP(1); in p_bre_post_parse() 1596 DROP(finish-start); /* drop the operand */
|
| /netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
| H A D | macro.c | 108 DROP, enumerator 166 m_update = DROP; in update() 177 return DROP; in update()
|
| /netbsd-src/external/gpl3/gcc/dist/libcpp/ |
| H A D | macro.cc | 108 DROP, enumerator 168 m_update = DROP; in update() 179 return DROP; in update()
|
| H A D | ChangeLog | 1109 tokens and set m_update to INCLUDE if it has any, DROP otherwise. 1110 Return m_update instead of m_allowed ? INCLUDE : DROP in m_state >= 2.
|
| /netbsd-src/dist/pf/sbin/pfctl/ |
| H A D | parse.y | 414 %token NOROUTE URPFFAILED FRAGMENT USER GROUP MAXMSS MAXIMUM TTL TOS DROP TABLE 563 | SET BLOCKPOLICY DROP { 2179 | DROP { 4906 { "drop", DROP}, in lookup()
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/unicode/ |
| H A D | EastAsianWidth.txt | 1250 274F..2752;N # So [4] LOWER RIGHT DROP-SHADOWED WHITE SQUARE..UPPER RIGHT SHADOWED WHITE SQ… 2492 1FA78..1FA7A;W # So [3] DROP OF BLOOD..STETHOSCOPE
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/unicode/ |
| H A D | EastAsianWidth.txt | 1248 274F..2752;N # So [4] LOWER RIGHT DROP-SHADOWED WHITE SQUARE..UPPER RIGHT SHADOWED WHITE SQ… 2450 1FA78..1FA7A;W # So [3] DROP OF BLOOD..STETHOSCOPE
|