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

  /src/dist/pf/sbin/pfctl/
parse.y 229 struct queue_opts {
241 } queue_opts;
395 struct queue_opts queue_opts;
467 %type <v.queue_opts> queue_opts queue_opt queue_opts_l
1293 altqif : ALTQ interface queue_opts QUEUE qassign {
1317 queuespec : QUEUE STRING interface queue_opts qassign {
1354 queue_opts : { label
1355 bzero(&queue_opts, sizeof queue_opts)
    [all...]
parse.y 229 struct queue_opts {
241 } queue_opts;
395 struct queue_opts queue_opts;
467 %type <v.queue_opts> queue_opts queue_opt queue_opts_l
1293 altqif : ALTQ interface queue_opts QUEUE qassign {
1317 queuespec : QUEUE STRING interface queue_opts qassign {
1354 queue_opts : { label
1355 bzero(&queue_opts, sizeof queue_opts)
    [all...]

Completed in 76 milliseconds