Searched refs:drop (Results 1 - 25 of 86) sorted by relevance

1234

/freebsd-10.0-release/sys/netpfil/ipfw/test/
H A Dtest_dn_sched.c47 * Return 0 on success, 1 on drop. The packet is consumed anyways.
50 dn_enqueue(struct dn_queue *q, struct mbuf* m, int drop) argument
52 if (drop)
53 goto drop;
55 goto drop;
61 drop:
H A Dmain.c28 uint32_t drop; member in struct:cfg_s
96 drop(struct cfg_s *c, struct mbuf *m) function
101 c->drop++;
162 drop(c, m);
173 drop(c, m);
174 c->drop--; /* compensate */
527 c.fs_config ? c.fs_config : msg, c.drop);
/freebsd-10.0-release/lib/libz/
H A Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
152 with length len. That code is converted to an index by dropping drop
153 bits off of the bottom. For codes where len is less than drop + curr,
154 those top drop + curr - len bits are incremented through all values to
160 new sub-table should be started. drop is zero when the root table is
161 being filled, and drop is root when sub-tables are being filled.
205 drop = 0; /* current bits to drop from code for index */
218 here.bits = (unsigned char)(len - drop);
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinftrees.c47 unsigned drop; /* code bits to drop for sub-table */ local
154 with length len. That code is converted to an index by dropping drop
155 bits off of the bottom. For codes where len is less than drop + curr,
156 those top drop + curr - len bits are incremented through all values to
162 new sub-table should be started. drop is zero when the root table is
163 being filled, and drop is root when sub-tables are being filled.
208 drop = 0; /* current bits to drop from code for index */
220 this.bits = (unsigned char)(len - drop);
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_handle.c315 dtrace_dropdata_t drop; local
321 bzero(&drop, sizeof (drop));
322 drop.dtdda_handle = dtp;
323 drop.dtdda_cpu = cpu;
324 drop.dtdda_kind = what;
325 drop.dtdda_drops = howmany;
326 drop.dtdda_msg = str;
345 if ((*dtp->dt_drophdlr)(&drop, dtp->dt_droparg) == DTRACE_HANDLE_ABORT)
359 "dynamic variable drop" },
395 dtrace_dropdata_t drop; local
[all...]
/freebsd-10.0-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_party.c500 ind->drop.hdr = u->u.hdr;
501 COPY_FROM_ADD_REJ(u, &ind->drop);
532 ind->drop.hdr = u->u.hdr;
533 COPY_FROM_DROP_ACK(u, &ind->drop);
563 ind->drop.hdr = u->u.hdr;
564 copy_msg_drop_party(&u->u.drop_party, &ind->drop);
568 ind->drop.cause = u->u.drop_party.cause;
602 ind->drop.hdr = u->u.hdr;
603 copy_msg_drop_party(&u->u.drop_party, &ind->drop);
607 ind->drop
654 struct uni_all *drop; local
719 struct uni_all *drop; local
758 struct uni_all *drop; local
[all...]
H A Dsig_coord.c444 goto drop;
449 goto drop;
455 goto drop;
467 goto drop;
469 goto drop;
475 goto drop;
495 goto drop;
502 goto drop;
507 goto drop;
516 goto drop;
[all...]
/freebsd-10.0-release/sys/netinet/
H A Dip_fastfwd.c187 * Step 1: check for packet drop conditions (and sanity checks)
195 goto drop;
214 goto drop;
223 goto drop;
246 goto drop;
261 goto drop;
281 goto drop;
289 goto drop;
314 * XXX: Probably some of these checks could be direct drop
318 * deal with it until it is proven that we can directly drop i
[all...]
H A Dif_ether.c577 goto drop;
583 goto drop;
664 goto drop;
675 goto drop; /* it's from me, ignore it. */
679 goto drop;
751 goto drop;
797 goto drop;
822 goto drop;
828 goto drop;
837 goto drop;
[all...]
H A Dtcp_timewait.c371 goto drop;
386 goto drop;
392 * and it's less than ts_recent, drop it.
397 goto drop;
407 * while in TIME_WAIT, drop the old connection
420 goto drop;
437 drop:
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestDrop.java147 Drop drop = e.getDrop();
148 throw new ConsumerException(drop.getDefaultMessage(),
149 drop);
/freebsd-10.0-release/contrib/amd/libamu/
H A Dmisc_rpc.c103 goto drop;
108 goto drop;
111 drop:
/freebsd-10.0-release/contrib/telnet/telnet/
H A Dterminal.c125 ttyflush(int drop) argument
131 if (drop) {
149 if (!drop)
/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnet/
H A Dterminal.c103 ttyflush(int drop) argument
109 if (drop) {
127 if (!drop)
/freebsd-10.0-release/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c789 goto drop;
800 goto drop;
806 goto drop;
820 goto drop;
831 goto drop;
841 goto drop;
851 goto drop;
863 goto drop;
873 drop:
908 goto drop;
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dscache.c867 char *drop; member in struct:cred_ctx
914 ret = asprintf(&ctx->drop, "DROP TABLE %s", name);
915 if (ret < 0 || ctx->drop == NULL) {
927 free(ctx->drop);
937 free(ctx->drop);
945 exec_stmt(context, s->db, ctx->drop, 0);
946 free(ctx->drop);
957 exec_stmt(context, s->db, ctx->drop, 0);
958 free(ctx->drop);
967 exec_stmt(context, s->db, ctx->drop,
1149 char *drop; member in struct:cache_iter
[all...]
/freebsd-10.0-release/crypto/heimdal/kdc/
H A Dannounce.c346 struct entry *drop = *e; local
350 drop->realm, drop->domain);
352 if (drop->recordRef && g_dnsRef)
353 DNSServiceRemoveRecord(g_dnsRef, drop->recordRef, 0);
354 free(drop->domain);
355 free(drop->realm);
356 free(drop);
/freebsd-10.0-release/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_llpi.c621 goto drop;
650 goto drop;
659 goto drop;
680 goto drop;
703 goto drop;
714 goto drop;
734 drop:
767 goto drop; /* XXX what to do with "pending"? */
788 goto drop; /* XXX what to do with "pending"? */
801 drop
[all...]
H A Dng_l2cap_ulpi.c763 goto drop;
783 goto drop;
792 goto drop;
802 goto drop;
811 goto drop; /* XXX not always - re-configure */
818 goto drop;
827 drop:
902 goto drop;
913 goto drop;
924 goto drop;
[all...]
/freebsd-10.0-release/sys/dev/hatm/
H A Dif_hatm_rx.c94 goto drop;
105 goto drop;
109 goto drop;
117 goto drop;
267 drop:
/freebsd-10.0-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_sco.c712 goto drop;
719 goto drop;
726 goto drop;
732 goto drop;
743 goto drop;
765 goto drop;
780 goto drop;
796 goto drop;
807 drop:
942 goto drop;
[all...]
/freebsd-10.0-release/sys/netgraph/
H A Dng_cisco.c458 goto drop;
473 goto drop;
479 goto drop;
488 goto drop;
545 goto drop;
566 goto drop;
571 goto drop;
575 drop:
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_dn_io.c334 /* Should i drop? */
370 * q->count counts packets arrived since last drop, so a greater
371 * value of q->count means a greater packet drop probability.
375 /* After a drop we calculate a new random value. */
377 return (1); /* drop */
390 * Return 0 on success, 1 on drop. The packet is consumed anyways.
393 dn_enqueue(struct dn_queue *q, struct mbuf* m, int drop) argument
408 /* Update statistics, then check reasons to drop pkt. */
413 if (drop)
414 goto drop;
[all...]
H A Ddn_sched.h70 * Return 0 on success, 1 on drop (packet consumed anyways).
154 int dn_enqueue(struct dn_queue *q, struct mbuf* m, int drop);
/freebsd-10.0-release/usr.bin/unifdef/
H A Dunifdef.c520 static void drop (void) { flushline(false); } function
522 static void Strue (void) { drop(); ignoreoff(); state(IS_TRUE_PREFIX); }
523 static void Sfalse(void) { drop(); ignoreoff(); state(IS_FALSE_PREFIX); }
524 static void Selse (void) { drop(); state(IS_TRUE_ELSE); }
530 static void Dfalse(void) { drop(); ignoreoff(); state(IS_FALSE_TRAILER); }
531 static void Delif (void) { drop(); ignoreoff(); state(IS_FALSE_MIDDLE); }
532 static void Delse (void) { drop(); state(IS_FALSE_ELSE); }
533 static void Dendif(void) { drop(); unnest(); }
561 drop, Eeof, abort },
573 drop, Eeo
[all...]

Completed in 374 milliseconds

1234