Home
last modified time | relevance | path

Searched refs:altqreq (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/altq/
Daltq.h69 struct altqreq { struct
176 #define ALTQGTYPE _IOWR('q', 0, struct altqreq) /* get queue type */
182 #define ALTQATTACH _IOW('q', 1, struct altqreq) /* attach discipline */
183 #define ALTQDETACH _IOW('q', 2, struct altqreq) /* detach discipline */
184 #define ALTQENABLE _IOW('q', 3, struct altqreq) /* enable discipline */
185 #define ALTQDISABLE _IOW('q', 4, struct altqreq) /* disable discipline*/
186 #define ALTQCLEAR _IOW('q', 5, struct altqreq) /* (re)initialize */
187 #define ALTQCONFIG _IOWR('q', 6, struct altqreq) /* set config params */
188 #define ALTQADDCLASS _IOWR('q', 7, struct altqreq) /* add a class */
189 #define ALTQMODCLASS _IOWR('q', 8, struct altqreq) /* modify a class */
[all …]
Daltq_conf.c218 struct altqreq *typereq; in altqioctl()
237 typereq = (struct altqreq *)addr; in altqioctl()
/netbsd/src/usr.sbin/altq/altqstat/
Dqdisc_conf.c77 struct altqreq qtypereq; in ifname2qdisc()