altq.h (ab875b713d0afab5f0650f06d48a38777a7ae43e) | altq.h (0a70aaf8f5d93454d0940a09b94deecd7aa5fa0d) |
---|---|
1/*- 2 * Copyright (C) 1998-2003 3 * Sony Computer Science Laboratories Inc. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 50 unchanged lines hidden (view full) --- 59#define ALTQT_RIO 6 /* rio */ 60#define ALTQT_LOCALQ 7 /* local use */ 61#define ALTQT_HFSC 8 /* hfsc */ 62#define ALTQT_CDNR 9 /* traffic conditioner */ 63#define ALTQT_BLUE 10 /* blue */ 64#define ALTQT_PRIQ 11 /* priority queue */ 65#define ALTQT_JOBS 12 /* JoBS */ 66#define ALTQT_FAIRQ 13 /* fairq */ | 1/*- 2 * Copyright (C) 1998-2003 3 * Sony Computer Science Laboratories Inc. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 50 unchanged lines hidden (view full) --- 59#define ALTQT_RIO 6 /* rio */ 60#define ALTQT_LOCALQ 7 /* local use */ 61#define ALTQT_HFSC 8 /* hfsc */ 62#define ALTQT_CDNR 9 /* traffic conditioner */ 63#define ALTQT_BLUE 10 /* blue */ 64#define ALTQT_PRIQ 11 /* priority queue */ 65#define ALTQT_JOBS 12 /* JoBS */ 66#define ALTQT_FAIRQ 13 /* fairq */ |
67#define ALTQT_MAX 14 /* should be max discipline type + 1 */ | 67#define ALTQT_CODEL 14 /* CoDel */ 68#define ALTQT_MAX 15 /* should be max discipline type + 1 */ |
68 69#ifdef ALTQ3_COMPAT 70struct altqreq { 71 char ifname[IFNAMSIZ]; /* if name, e.g. "en0" */ 72 u_long arg; /* request-specific argument */ 73}; 74#endif 75 --- 130 unchanged lines hidden --- | 69 70#ifdef ALTQ3_COMPAT 71struct altqreq { 72 char ifname[IFNAMSIZ]; /* if name, e.g. "en0" */ 73 u_long arg; /* request-specific argument */ 74}; 75#endif 76 --- 130 unchanged lines hidden --- |