Searched refs:dn_id (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/sys/netinet/
H A Dip_dummynet.h37 * of them starting with a "struct dn_id" which should fully identify
52 struct dn_id { struct
60 * These values are in the type field of struct dn_id.
114 struct dn_id oid;
134 struct dn_id oid;
170 struct dn_id oid;
185 struct dn_id oid;
201 struct dn_id oid;
/freebsd-10.0-release/sys/netpfil/ipfw/test/
H A Ddn_test.h52 struct dn_id { struct
81 struct dn_id oid;
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_dn_private.h89 set_oid(struct dn_id *o, int type, int len)
184 struct dn_id oid;
272 struct dn_id *cfg; /* extra config arguments */
375 struct dn_id o;
H A Dip_dummynet.c801 struct dn_id *o = _o;
819 struct dn_id *id = (struct dn_id *)(*start);
834 struct dn_id *o = _o;
845 ((struct dn_id*)(*start))->len = len;
893 ((struct dn_id *)(*a->start))->len = profile_len;
946 struct dn_id *o;
958 o = (struct dn_id *)(*(a->start));
1213 config_link(struct dn_link *p, struct dn_id *arg)
1270 config_fs(struct dn_fs *nfs, struct dn_id *ar
[all...]
H A Dip_dn_glue.c293 oid_fill(struct dn_id *oid, int len, int type, uintptr_t id)
302 o_next(struct dn_id **o, int len, int type)
304 struct dn_id *ret = *o;
374 struct dn_id oid;
499 struct dn_id *buf = NULL, *base;
512 lmax = sizeof(struct dn_id); /* command header */
517 o_next(&buf, sizeof(struct dn_id), DN_CMD_CONFIG);
779 struct dn_id oid;
H A Dip_dn_io.c602 struct dn_id *p; /* generic parameter to handler */
H A Ddummynet.txt199 (struct dn_id) which makes it easier to identify them.
276 The argument is a sequence of blocks each starting with a struct dn_id
278 The first dn_id must contain as obj.id the DN_API_VERSION
/freebsd-10.0-release/sbin/ipfw/
H A Ddummynet.c86 oid_fill(struct dn_id *oid, int len, int type, uintptr_t id)
96 o_next(struct dn_id **o, int len, int type)
98 struct dn_id *ret = *o;
299 list_pipes(struct dn_id *oid, struct dn_id *end)
318 struct dn_id id;
393 struct dn_id oid;
765 struct dn_id *buf, *base;
778 lmax = sizeof(struct dn_id); /* command header */
792 o_next(&buf, sizeof(struct dn_id), DN_CMD_CONFI
[all...]
/freebsd-10.0-release/sys/boot/i386/libi386/
H A Dbiospnp.c71 u_int8_t dn_id[4]; member in struct:pnp_devNode
177 pnp_addident(pi, pnp_eisaformat(devNodeBuffer->dn_id));

Completed in 109 milliseconds