aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sockio.h
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-12-21 22:57:05 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-12-21 22:57:05 +0000
commit074c4a4e2ee4029e924580f689ec868500c8a75b (patch)
tree3d9f1d8581a45dffc05726c18b95431f11fc28d8 /sys/sys/sockio.h
parentb67268cfbc906c7d11a112655024a63623372520 (diff)
downloadsrc-074c4a4e2ee4029e924580f689ec868500c8a75b.tar.gz
src-074c4a4e2ee4029e924580f689ec868500c8a75b.zip
Add generic part of generic multiple-physical-interface support (the
successor of IFF_ALTPHYS).
Notes
Notes: svn path=/head/; revision=5184
Diffstat (limited to 'sys/sys/sockio.h')
-rw-r--r--sys/sys/sockio.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/sys/sockio.h b/sys/sys/sockio.h
index d6569de704fb..41fc86b15aac 100644
--- a/sys/sys/sockio.h
+++ b/sys/sys/sockio.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)sockio.h 8.1 (Berkeley) 3/28/94
- * $Id: sockio.h,v 1.3 1994/08/08 10:49:26 davidg Exp $
+ * $Id: sockio.h,v 1.4 1994/09/06 22:42:31 wollman Exp $
*/
#ifndef _SYS_SOCKIO_H_
@@ -81,5 +81,7 @@
#define SIOCDELMULTI _IOW('i', 50, struct ifreq) /* del m'cast addr */
#define SIOCGIFMTU _IOWR('i', 51, struct ifreq) /* get IF mtu */
#define SIOCSIFMTU _IOW('i', 52, struct ifreq) /* set IF mtu */
+#define SIOCGIFPHYS _IOWR('i', 53, struct ifreq) /* get IF wire */
+#define SIOCSIFPHYS _IOW('i', 54, struct ifreq) /* set IF wire */
#endif /* !_SYS_SOCKIO_H_ */