Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_dummynet.h52 struct dn_id { struct
124 struct dn_id oid;
144 struct dn_id oid;
181 struct dn_id oid;
195 struct dn_id oid;
210 struct dn_id oid;
227 struct dn_id oid;
/freebsd/sys/netpfil/ipfw/
H A Dip_dn_private.h86 set_oid(struct dn_id *o, int type, int len) in set_oid()
186 struct dn_id oid;
281 struct dn_id *cfg; /* extra config arguments */
427 struct dn_id o;
H A Dip_dn_glue.c296 oid_fill(struct dn_id *oid, int len, int type, uintptr_t id) in oid_fill()
305 o_next(struct dn_id **o, int len, int type) in o_next()
307 struct dn_id *ret = *o; in o_next()
376 struct dn_id oid; in dn_compat_del()
504 struct dn_id *buf = NULL, *base; in dn_compat_configure()
517 lmax = sizeof(struct dn_id); /* command header */ in dn_compat_configure()
522 o_next(&buf, sizeof(struct dn_id), DN_CMD_CONFIG); in dn_compat_configure()
789 struct dn_id oid; in ip_dummynet_compat()
H A Dip_dummynet.c958 struct dn_id o; in copy_obj()
997 struct dn_id *o = _o; in copy_obj_q()
1008 ((struct dn_id*)(*start))->len = len; in copy_obj_q()
1056 ((struct dn_id *)(*a->start))->len = profile_len; in copy_profile()
1109 struct dn_id *o; in copy_fsk_list()
1121 o = (struct dn_id *)(*(a->start)); in copy_fsk_list()
1556 config_link(struct dn_link *p, struct dn_id *arg) in config_link()
1612 config_fs(struct dn_fs *nfs, struct dn_id *arg, int locked) in config_fs()
1728 config_sched(struct dn_sch *_nsch, struct dn_id *arg) in config_sched()
1921 config_profile(struct dn_profile *pf, struct dn_id *arg) in config_profile()
[all …]
H A Dip_dn_io.c736 struct dn_id *p; /* generic parameter to handler */ in dummynet_task()
H A Ddummynet.txt198 (struct dn_id) which makes it easier to identify them.
275 The argument is a sequence of blocks each starting with a struct dn_id
277 The first dn_id must contain as obj.id the DN_API_VERSION
/freebsd/sys/netpfil/ipfw/test/
H A Ddn_test.h55 struct dn_id { struct
105 struct dn_id oid;
/freebsd/sbin/ipfw/
H A Ddummynet.c130 oid_fill(struct dn_id *oid, int len, int type, uintptr_t id) in oid_fill()
140 o_next(struct dn_id **o, int len, int type) in o_next()
142 struct dn_id *ret = *o; in o_next()
562 list_pipes(struct dn_id *oid, struct dn_id *end) in list_pipes()
583 struct dn_id id; in list_pipes()
673 struct dn_id oid; in ipfw_delete_pipe()
1282 struct dn_id *buf, *base; in ipfw_config_pipe()
1301 lmax = sizeof(struct dn_id); /* command header */ in ipfw_config_pipe()
1324 o_next(&buf, sizeof(struct dn_id), DN_CMD_CONFI in ipfw_config_pipe()
[all...]
/freebsd/stand/i386/libi386/
H A Dbiospnp.c68 uint8_t dn_id[4]; member
175 pnp_addident(pi, pnp_eisaformat(devNodeBuffer->dn_id)); in biospnp_enumerate()