pfctl_parser.h (ab875b713d0afab5f0650f06d48a38777a7ae43e) | pfctl_parser.h (0a70aaf8f5d93454d0940a09b94deecd7aa5fa0d) |
---|---|
1/* $OpenBSD: pfctl_parser.h,v 1.86 2006/10/31 23:46:25 mcbride Exp $ */ 2 3/* 4 * Copyright (c) 2001 Daniel Hartmeier 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 154 unchanged lines hidden (view full) --- 163 u_int nbuckets; 164 int flags; 165}; 166 167struct node_queue_opt { 168 int qtype; 169 union { 170 struct cbq_opts cbq_opts; | 1/* $OpenBSD: pfctl_parser.h,v 1.86 2006/10/31 23:46:25 mcbride Exp $ */ 2 3/* 4 * Copyright (c) 2001 Daniel Hartmeier 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 154 unchanged lines hidden (view full) --- 163 u_int nbuckets; 164 int flags; 165}; 166 167struct node_queue_opt { 168 int qtype; 169 union { 170 struct cbq_opts cbq_opts; |
171 struct codel_opts codel_opts; |
|
171 struct priq_opts priq_opts; 172 struct node_hfsc_opts hfsc_opts; 173 struct node_fairq_opts fairq_opts; 174 } data; 175}; 176 177#ifdef __FreeBSD__ 178/* --- 143 unchanged lines hidden --- | 172 struct priq_opts priq_opts; 173 struct node_hfsc_opts hfsc_opts; 174 struct node_fairq_opts fairq_opts; 175 } data; 176}; 177 178#ifdef __FreeBSD__ 179/* --- 143 unchanged lines hidden --- |