Searched refs:dn_id (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | ip_dummynet.h | 54 struct dn_id { struct 126 struct dn_id oid; 146 struct dn_id oid; 182 struct dn_id oid; 196 struct dn_id oid; 211 struct dn_id oid; 228 struct dn_id oid;
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dn_private.h | 96 set_oid(struct dn_id *o, int type, int len) in set_oid() 194 struct dn_id oid; 289 struct dn_id *cfg; /* extra config arguments */ 424 struct dn_id o;
|
| H A D | ip_dn_glue.c | 297 oid_fill(struct dn_id *oid, int len, int type, uintptr_t id) in oid_fill() 306 o_next(struct dn_id **o, int len, int type) in o_next() 308 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() 781 struct dn_id oid; in ip_dummynet_compat()
|
| H A D | ip_dummynet.c | 936 struct dn_id o; in copy_obj() 975 struct dn_id *o = _o; in copy_obj_q() 986 ((struct dn_id*)(*start))->len = len; in copy_obj_q() 1087 struct dn_id *o; in copy_fsk_list() 1099 o = (struct dn_id *)(*(a->start)); in copy_fsk_list() 1985 struct dn_id o; in do_config() 1992 struct dn_id *arg; in do_config() 2198 struct dn_id *cmd; in dummynet_get() 2201 int l = sizeof(struct dn_id); in dummynet_get() 2234 cmd->len = sizeof(struct dn_id); in dummynet_get() [all …]
|
| H A D | ip_dn_io.c | 713 struct dn_id *p; /* generic parameter to handler */ in dummynet_task()
|
| H A D | dummynet.txt | 199 (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
|
| /f-stack/freebsd/netpfil/ipfw/test/ |
| H A D | dn_test.h | 56 struct dn_id { struct 106 struct dn_id oid;
|
| /f-stack/tools/ipfw/ |
| H A D | dummynet.c | 131 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 …]
|