Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/sys Pull up revisions 1.12-1.13 (requested by bouyer):



details:   https://anonhg.NetBSD.org/src/rev/0870fbb284bf
branches:  netbsd-1-5
changeset: 490446:0870fbb284bf
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Sun Dec 31 17:57:46 2000 +0000

description:
Pull up revisions 1.12-1.13 (requested by bouyer):
  Support cloning of network pseudo-interfaces.

diffstat:

 sys/sys/sockio.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 7f0045c3caba -r 0870fbb284bf sys/sys/sockio.h
--- a/sys/sys/sockio.h  Sun Dec 31 17:57:43 2000 +0000
+++ b/sys/sys/sockio.h  Sun Dec 31 17:57:46 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sockio.h,v 1.11 2000/05/13 07:55:05 itojun Exp $       */
+/*     $NetBSD: sockio.h,v 1.11.4.1 2000/12/31 17:57:46 jhawk Exp $    */
 
 /*-
  * Copyright (c) 1982, 1986, 1990, 1993, 1994
@@ -99,4 +99,8 @@
                                                           parameters */
 #define SIOCGDRVSPEC    _IOWR('i', 123, struct ifdrv)   /* get driver-specific
                                                           parameters */
+#define        SIOCIFCREATE     _IOW('i', 122, struct ifreq)   /* create clone if */
+#define        SIOCIFDESTROY    _IOW('i', 121, struct ifreq)   /* destroy clone if */
+#define        SIOCIFGCLONERS  _IOWR('i', 120, struct if_clonereq) /* get cloners */
+
 #endif /* !_SYS_SOCKIO_H_ */



Home | Main Index | Thread Index | Old Index