Home
last modified time | relevance | path

Searched refs:DN_SCH (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/netinet/
HDip_dummynet.h68 DN_SCH, enumerator
/trueos/sbin/ipfw/
HDdummynet.c334 case DN_SCH: { in list_pipes()
398 ( (do_pipe == 2) ? DN_FS : DN_SCH); in ipfw_delete_pipe()
807 sch = o_next(&buf, sizeof(*sch), DN_SCH); in ipfw_config_pipe()
834 sch = o_next(&buf, sizeof(*sch), DN_SCH); in ipfw_config_pipe()
1354 oid->subtype = DN_SCH; /* list sched */ in dummynet_list()
/trueos/sys/netpfil/ipfw/
HDip_dummynet.c814 } else if (o->type == DN_SCH) { in copy_obj()
977 if (a->type == DN_LINK || a->type == DN_SCH) { in copy_data_helper()
982 if (a->type == DN_SCH && n >= DN_MAX_ID) in copy_data_helper()
1714 case DN_SCH: in do_config()
1773 case DN_SCH: /* sched show */ in compute_space()
1915 dn_cfg.schk_count, sizeof(struct dn_sch), DN_SCH, in dummynet_get()
HDip_dn_glue.c523 sch = o_next(&buf, sizeof(*sch), DN_SCH); in dn_compat_configure()