Symbol: DROP
crypto/openssl/test/bad_dtls_test.c
659
DROP(0x10001), DROP(0xff), NODROP(0x100000), NODROP(0x800000), NODROP(0x7fffe1),
crypto/openssl/test/bad_dtls_test.c
660
NODROP(0xffffff), NODROP(0x1000000), NODROP(0xfffffe), DROP(0xffffff), NODROP(0x1000010),
crypto/openssl/test/bad_dtls_test.c
661
NODROP(0xfffffd), NODROP(0x1000011), DROP(0x12), NODROP(0x1000012),
crypto/openssl/test/bad_dtls_test.c
662
NODROP(0x1ffffff), NODROP(0x2000000), DROP(0x1ff00fe), NODROP(0x2000001),
crypto/openssl/test/bad_dtls_test.c
663
NODROP(0x20fffff), NODROP(0x2105500), DROP(0x20ffffe), NODROP(0x21054ff),
crypto/openssl/test/bad_dtls_test.c
664
NODROP(0x211ffff), DROP(0x2110000), NODROP(0x2120000)
crypto/openssl/test/cmp_ctx_test.c
585
test_##FIELD, DROP)
crypto/openssl/test/cmp_ctx_test.c
588
NULL, IS_0, ((void *)1), DROP)
crypto/openssl/test/cmp_ctx_test.c
592
DEFAULT, 1, DROP)
crypto/openssl/test/cmp_ctx_test.c
751
1 /* true */, DROP)
crypto/openssl/test/dtlsv1listentest.c
246
DROP } outtype;
crypto/openssl/test/dtlsv1listentest.c
252
{ clienthello_nocookie_short, sizeof(clienthello_nocookie_short), DROP },
crypto/openssl/test/dtlsv1listentest.c
253
{ clienthello_2ndfrag, sizeof(clienthello_2ndfrag), DROP },
crypto/openssl/test/dtlsv1listentest.c
257
{ clienthello_cookie_short, sizeof(clienthello_cookie_short), DROP },
crypto/openssl/test/dtlsv1listentest.c
258
{ record_short, sizeof(record_short), DROP }
crypto/openssl/test/dtlsv1listentest.c
330
if (!TEST_true((ret == 0 && tp->outtype == DROP)
lib/libc/regex/regcomp.c
1476
DROP(finish-start); /* drop the operand */
lib/libc/regex/regcomp.c
754
DROP(1);
sbin/pfctl/parse.y
3596
| DROP {
sbin/pfctl/parse.y
593
%token NOROUTE URPFFAILED FRAGMENT USER GROUP MAXMSS MAXIMUM TTL TOS DROP TABLE
sbin/pfctl/parse.y
7145
{ "drop", DROP},
sbin/pfctl/parse.y
793
| SET BLOCKPOLICY DROP {
sbin/pfctl/parse.y
807
| SET FAILPOLICY DROP {
stand/ficl/vm.c
221
case DROP:
stand/ficl/words.c
2968
DROP(2);
sys/netpfil/ipfw/dn_aqm_pie.c
508
t = DROP;
sys/netpfil/ipfw/dn_aqm_pie.c
511
&& drop_early(pst, q->ni.len_bytes) == DROP) {
sys/netpfil/ipfw/dn_aqm_pie.c
521
t = DROP;
sys/netpfil/ipfw/dn_aqm_pie.c
539
if (t != DROP && !(pprms->flags & PIE_DEPRATEEST_ENABLED)) {
sys/netpfil/ipfw/dn_aqm_pie.c
547
t = DROP;
sys/netpfil/ipfw/dn_aqm_pie.c
554
if (t != DROP) {
sys/netpfil/ipfw/dn_aqm_pie.h
138
return DROP;
sys/netpfil/ipfw/dn_aqm_pie.h
143
return DROP;
sys/netpfil/ipfw/dn_sched_fq_pie.c
702
&& drop_early(pst, q->stats.len_bytes) == DROP) {
sys/netpfil/ipfw/dn_sched_fq_pie.c
712
t = DROP;
sys/netpfil/ipfw/dn_sched_fq_pie.c
731
if (t != DROP && !(pprms->flags & PIE_DEPRATEEST_ENABLED)) {
sys/netpfil/ipfw/dn_sched_fq_pie.c
739
t = DROP;
sys/netpfil/ipfw/dn_sched_fq_pie.c
746
if (t != DROP) {
usr.sbin/lpr/lpd/printjob.c
1498
for (scnhgt = 0; scnhgt++ < HEIGHT+DROP; ) {
usr.sbin/lpr/lpd/printjob.c
1503
if ((!d && scnhgt > HEIGHT) || (scnhgt <= DROP && d))
usr.sbin/lpr/lpd/printjob.c
1535
return (DROP);