aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2002-01-30 21:37:32 +0000
committerRobert Watson <rwatson@FreeBSD.org>2002-01-30 21:37:32 +0000
commite98576e76a66302043e91b69023f9df1789e9651 (patch)
treec420a8ff78fa75f3a464beea2fab702533fb738d
parent135b57f90661881927208fdb34475cfd44b4f0be (diff)
Notes
-rw-r--r--sys/sys/sockio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/sockio.h b/sys/sys/sockio.h
index 2d1e2a9cf6d1d..b14f3b8c6760f 100644
--- a/sys/sys/sockio.h
+++ b/sys/sys/sockio.h
@@ -80,6 +80,8 @@
#define SIOCSIFCAP _IOW('i', 30, struct ifreq) /* set IF features */
#define SIOCGIFCAP _IOWR('i', 31, struct ifreq) /* get IF features */
#define SIOCGIFINDEX _IOWR('i', 32, struct ifreq) /* get IF index */
+#define SIOCGIFMAC _IOWR('i', 38, struct ifreq) /* get IF MAC label */
+#define SIOCSIFMAC _IOW('i', 39, struct ifreq) /* set IF MAC label */
#define SIOCADDMULTI _IOW('i', 49, struct ifreq) /* add m'cast addr */
#define SIOCDELMULTI _IOW('i', 50, struct ifreq) /* del m'cast addr */