summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-12-27 04:15:35 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>1999-12-27 04:15:35 +0000
commit694289e1b46e6c2bd23aa5c252b32862bc77655d (patch)
treed206540cb385131be6a433d639ff0239904d25d0
parent10533e84a69debe40478ddab35310504f1158491 (diff)
Some more enc ioctls.
-rw-r--r--sys/sys/sockio.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/sys/sockio.h b/sys/sys/sockio.h
index f7aba7b3008..40f48caf9db 100644
--- a/sys/sys/sockio.h
+++ b/sys/sys/sockio.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sockio.h,v 1.12 1999/12/26 09:18:21 angelos Exp $ */
+/* $OpenBSD: sockio.h,v 1.13 1999/12/27 04:15:34 angelos Exp $ */
/* $NetBSD: sockio.h,v 1.5 1995/08/23 00:40:47 thorpej Exp $ */
/*-
@@ -108,7 +108,9 @@
#define SIOCBRDGFLUSH _IOWR('i', 72, struct ifbreq) /* flush addr cache */
#define SIOCGENCSA _IOWR('i', 73, struct ifsa) /* get enc sa */
-#define SIOCSENCSA _IOW('i', 74, struct ifsa) /* set enc sa */
+#define SIOCSENCDSTSA _IOW('i', 74, struct ifsa) /* set enc sa */
+#define SIOCSENCSRCSA _IOW('i', 75, struct ifsa) /* set enc sa */
+#define SIOCSENCCLEARSA _IOW('i', 76, struct ifsa) /* set enc sa */
#define SIOCSIFMTU _IOW('i', 127, struct ifreq) /* set ifnet mtu */
#define SIOCGIFMTU _IOWR('i', 126, struct ifreq) /* get ifnet mtu */