summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.h
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>1998-12-14 18:09:13 +0000
committerluigi <luigi@FreeBSD.org>1998-12-14 18:09:13 +0000
commit4b628fa86de9e1f3e478283a0118b2209ccc5885 (patch)
tree1e45fc838f0be7bd575a8f9d8373624ff7318a2a /sys/netinet/in.h
parent78f32fa7e071a1e01b906f438ffe7454438b1730 (diff)
downloadFreeBSD-src-4b628fa86de9e1f3e478283a0118b2209ccc5885.zip
FreeBSD-src-4b628fa86de9e1f3e478283a0118b2209ccc5885.tar.gz
Last bits (i think) of dummynet for -current.
Diffstat (limited to 'sys/netinet/in.h')
-rw-r--r--sys/netinet/in.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h
index 67e5851..1188bde 100644
--- a/sys/netinet/in.h
+++ b/sys/netinet/in.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)in.h 8.3 (Berkeley) 1/3/94
- * $Id: in.h,v 1.36 1998/07/06 03:20:12 julian Exp $
+ * $Id: in.h,v 1.37 1998/08/23 03:07:14 wollman Exp $
*/
#ifndef _NETINET_IN_H_
@@ -323,6 +323,11 @@ struct ip_opts {
#define IP_FW_GET 54 /* get entire firewall rule chain */
#define IP_NAT 55 /* set/get NAT opts */
+#define IP_DUMMYNET_CONFIGURE 60 /* add/configure a dummynet pipe */
+#define IP_DUMMYNET_DEL 61 /* delete a dummynet pipe from chain */
+#define IP_DUMMYNET_FLUSH 62 /* flush dummynet */
+#define IP_DUMMYNET_GET 64 /* get entire dummynet pipes */
+
/*
* Defaults and limits for options
*/
OpenPOWER on IntegriCloud