aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sockio.h
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2005-06-05 03:13:13 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2005-06-05 03:13:13 +0000
commit8f86751705741ccd1dd11ff1db0a1a766466018d (patch)
tree352898b8dc193cd5970b2640defcbe72739413a7 /sys/sys/sockio.h
parent31997bf22302ca8122dbd1959cd4d8e5f2d0412c (diff)
downloadsrc-8f86751705741ccd1dd11ff1db0a1a766466018d.tar.gz
src-8f86751705741ccd1dd11ff1db0a1a766466018d.zip
Notes
Diffstat (limited to 'sys/sys/sockio.h')
-rw-r--r--sys/sys/sockio.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/sys/sockio.h b/sys/sys/sockio.h
index 4c064e25450f..82059a43d988 100644
--- a/sys/sys/sockio.h
+++ b/sys/sys/sockio.h
@@ -105,6 +105,11 @@
#define SIOCGPRIVATE_0 _IOWR('i', 80, struct ifreq) /* device private 0 */
#define SIOCGPRIVATE_1 _IOWR('i', 81, struct ifreq) /* device private 1 */
+#define SIOCSDRVSPEC _IOW('i', 123, struct ifdrv) /* set driver-specific
+ parameters */
+#define SIOCGDRVSPEC _IOWR('i', 123, struct ifdrv) /* get driver-specific
+ parameters */
+
#define SIOCIFCREATE _IOWR('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 */