Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netinet/
HDip_dummynet.h52 struct dn_id { struct
124 struct dn_id oid;
144 struct dn_id oid;
180 struct dn_id oid;
195 struct dn_id oid;
211 struct dn_id oid;
228 struct dn_id oid;
/freebsd-11-stable/sys/netpfil/ipfw/
HDip_dn_private.h94 set_oid(struct dn_id *o, int type, int len) in set_oid()
192 struct dn_id oid;
287 struct dn_id *cfg; /* extra config arguments */
409 struct dn_id o;
HDip_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()
377 struct dn_id oid; in dn_compat_del()
502 struct dn_id *buf = NULL, *base; in dn_compat_configure()
515 lmax = sizeof(struct dn_id); /* command header */ in dn_compat_configure()
520 o_next(&buf, sizeof(struct dn_id), DN_CMD_CONFIG); in dn_compat_configure()
782 struct dn_id oid; in ip_dummynet_compat()
HDip_dummynet.c934 struct dn_id o; in copy_obj()
973 struct dn_id *o = _o; in copy_obj_q()
984 ((struct dn_id*)(*start))->len = len; in copy_obj_q()
1032 ((struct dn_id *)(*a->start))->len = profile_len; in copy_profile()
1085 struct dn_id *o; in copy_fsk_list()
1097 o = (struct dn_id *)(*(a->start)); in copy_fsk_list()
1532 config_link(struct dn_link *p, struct dn_id *arg) in config_link()
1589 config_fs(struct dn_fs *nfs, struct dn_id *arg, int locked) in config_fs()
1706 config_sched(struct dn_sch *_nsch, struct dn_id *arg) in config_sched()
1898 config_profile(struct dn_profile *pf, struct dn_id *arg) in config_profile()
[all …]
HDip_dn_io.c706 struct dn_id *p; /* generic parameter to handler */ in dummynet_task()
HDdummynet.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-11-stable/sys/netpfil/ipfw/test/
HDdn_test.h57 struct dn_id { struct
107 struct dn_id oid;
/freebsd-11-stable/sbin/ipfw/
HDdummynet.c131 oid_fill(struct dn_id *oid, int len, int type, uintptr_t id) in oid_fill()
141 o_next(struct dn_id **o, int len, int type) in o_next()
143 struct dn_id *ret = *o; in o_next()
555 list_pipes(struct dn_id *oid, struct dn_id *end) in list_pipes()
576 struct dn_id id; in list_pipes()
666 struct dn_id oid; in ipfw_delete_pipe()
1275 struct dn_id *buf, *base; in ipfw_config_pipe()
1294 lmax = sizeof(struct dn_id); /* command header */ in ipfw_config_pipe()
1317 o_next(&buf, sizeof(struct dn_id), DN_CMD_CONFIG); in ipfw_config_pipe()
1851 struct dn_id oid; in dummynet_flush()
[all …]
/freebsd-11-stable/stand/i386/libi386/
HDbiospnp.c71 uint8_t dn_id[4]; member
177 pnp_addident(pi, pnp_eisaformat(devNodeBuffer->dn_id)); in biospnp_enumerate()