Deleted Added
full compact
altq.h (130368) altq.h (281613)
1/* $FreeBSD: head/sys/contrib/altq/altq/altq.h 130368 2004-06-12 00:57:20Z mlaier $ */
1/* $FreeBSD: head/sys/net/altq/altq.h 281613 2015-04-16 20:22:40Z glebius $ */
2/* $KAME: altq.h,v 1.10 2003/07/10 12:07:47 kjc Exp $ */
3
4/*
5 * Copyright (C) 1998-2003
6 * Sony Computer Science Laboratories Inc. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 183 unchanged lines hidden (view full) ---

193#define ALTQGETSTATS _IOWR('q', 12, struct altqreq) /* get statistics */
194#define ALTQGETCNTR _IOWR('q', 13, struct altqreq) /* get a pkt counter */
195#endif /* 0 */
196#define ALTQTBRSET _IOW('q', 14, struct tbrreq) /* set tb regulator */
197#define ALTQTBRGET _IOWR('q', 15, struct tbrreq) /* get tb regulator */
198#endif /* ALTQ3_COMPAT */
199
200#ifdef _KERNEL
2/* $KAME: altq.h,v 1.10 2003/07/10 12:07:47 kjc Exp $ */
3
4/*
5 * Copyright (C) 1998-2003
6 * Sony Computer Science Laboratories Inc. All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

--- 183 unchanged lines hidden (view full) ---

193#define ALTQGETSTATS _IOWR('q', 12, struct altqreq) /* get statistics */
194#define ALTQGETCNTR _IOWR('q', 13, struct altqreq) /* get a pkt counter */
195#endif /* 0 */
196#define ALTQTBRSET _IOW('q', 14, struct tbrreq) /* set tb regulator */
197#define ALTQTBRGET _IOWR('q', 15, struct tbrreq) /* get tb regulator */
198#endif /* ALTQ3_COMPAT */
199
200#ifdef _KERNEL
201#include
201#include <net/altq/altq_var.h>
202#endif
203
204#endif /* _ALTQ_ALTQ_H_ */
202#endif
203
204#endif /* _ALTQ_ALTQ_H_ */