HomeSort by: relevance | last modified time | path
    Searched defs:altqreq (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/altq/
altq.h 69 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...]
altq.h 69 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...]

Completed in 22 milliseconds