HomeSort by: relevance | last modified time | path
    Searched refs:altqreq (Results 1 - 4 of 4) 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_conf.c 218 struct altqreq *typereq;
237 typereq = (struct altqreq *)addr;
  /src/usr.sbin/altq/altqstat/
qdisc_conf.c 77 struct altqreq qtypereq;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 522 unsigned struct_altqreq_sz = sizeof(altqreq);

Completed in 16 milliseconds