/freebsd/crypto/openssl/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) 460 /* The last test should be NODROP, because a DROP wouldn't get tested. */ 586 /* The last test cannot be DROP() */ in test_bad_dtls() [all...] |
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)
|
/freebsd/sys/netpfil/ipfw/ |
H A D | dn_aqm_pie.h | 90 DROP, enumerator 138 return DROP; in drop_early() 143 return DROP; in drop_early()
|
H A D | dn_aqm_pie.c | 508 t = DROP; in aqm_pie_enqueue() 511 && drop_early(pst, q->ni.len_bytes) == DROP) { in aqm_pie_enqueue() 521 t = DROP; in aqm_pie_enqueue() 539 if (t != DROP && !(pprms->flags & PIE_DEPRATEEST_ENABLED)) { in aqm_pie_enqueue() 547 t = DROP; in aqm_pie_enqueue() 554 if (t != DROP) { in aqm_pie_enqueue()
|
H A D | dn_sched_fq_pie.c | 702 && drop_early(pst, q->stats.len_bytes) == DROP) { in pie_enqueue() 712 t = DROP; in pie_enqueue() 731 if (t != DROP && !(pprms->flags & PIE_DEPRATEEST_ENABLED)) { in pie_enqueue() 739 t = DROP; in pie_enqueue() 746 if (t != DROP) { in pie_enqueue()
|
/freebsd/contrib/unbound/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 | 1374 # actions are: NXDOMAIN, NODATA, PASSTHRU, DROP, Local Data, tcp-only
|
H A D | Changelog | 3076 - contrib/drop2rpz: perl script that converts the Spamhaus DROP-List
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | lp.local.h | 64 #define DROP 3 /* offset to drop characters with descenders */ macro
|
/freebsd/contrib/wpa/wpa_supplicant/examples/ |
H A D | p2p-action-udhcp.sh | 54 iptables -P FORWARD DROP
|
H A D | p2p-action.sh | 81 iptables -P FORWARD DROP
|
/freebsd/stand/ficl/ |
H A D | vm.c | 178 DROP, 221 case DROP:
|
H A D | ficl.h | 415 #define DROP(n) stackDrop(pVM->pStack,n) macro
|
H A D | words.c | 2968 DROP(2); in numberSignGreater()
|
/freebsd/contrib/unbound/contrib/ |
H A D | README | 54 * drop2rpz: perl script that converts the Spamhaus DROP-List in RPZ-Format,
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regcomp.c | 274 #define DROP(n) (p->slen -= (n)) macro 647 DROP(1); in p_bre() 1128 DROP(finish-start); /* drop the operand */ in repeat()
|
/freebsd/contrib/nvi/regex/ |
H A D | regcomp.c | 161 #define DROP(n) (p->slen -= (n)) macro 528 DROP(1); in p_bre() 1026 DROP(finish-start); /* drop the operand */ in repeat()
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | printjob.c | 1498 for (scnhgt = 0; scnhgt++ < HEIGHT+DROP; ) { in scan_out() 1503 if ((!d && scnhgt > HEIGHT) || (scnhgt <= DROP && d)) in scan_out() 1535 return (DROP); in dropit()
|
/freebsd/lib/libc/regex/ |
H A D | regcomp.c | 197 #define DROP(n) (p->slen -= (n)) macro 754 DROP(1); in p_bre_post_parse() 1475 DROP(finish-start); /* drop the operand */
|
/freebsd/contrib/unbound/dnstap/ |
H A D | dnstap.proto | 89 DROP = 4; // Do not respond. enumerator
|
/freebsd/sbin/pfctl/ |
H A D | parse.y | 519 %token NOROUTE URPFFAILED FRAGMENT USER GROUP MAXMSS MAXIMUM TTL TOS DROP TABLE 709 | SET BLOCKPOLICY DROP { 723 | SET FAILPOLICY DROP { 3197 | DROP { 6497 { "drop", DROP}, in lookup()
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | UnicodeData.txt | 7118 274F;LOWER RIGHT DROP-SHADOWED WHITE SQUARE;So;0;ON;;;;;N;;;;; 7119 2750;UPPER RIGHT DROP-SHADOWED WHITE SQUARE;So;0;ON;;;;;N;;;;;
|