]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/if_mib.h
xnu-3789.41.3.tar.gz
[apple/xnu.git] / bsd / net / if_mib.h
index 7af1bf714e639912adf565ba8ad2896628e0f9ca..3dbf262a21f3e052a9bf5c9dc3df12897565c28a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2011 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -71,6 +71,15 @@ struct ifmibdata {
        struct if_data64        ifmd_data; /* generic information and statistics */
 };
 
+#ifdef PRIVATE
+struct ifmibdata_supplemental {
+       struct if_traffic_class ifmd_traffic_class;
+       struct if_data_extended ifmd_data_extended;
+       struct if_packet_stats  ifmd_packet_stats;
+       struct if_rxpoll_stats  ifmd_rxpoll_stats;
+};
+#endif /* PRIVATE */
+
 /*
  * sysctl MIB tags at the net.link.generic level
  */
@@ -85,6 +94,9 @@ struct ifmibdata {
 #define        IFDATA_LINKSPECIFIC     2       /* specific to the type of interface */
 #define        IFDATA_ADDRS            3       /* addresses assigned to interface */
 #define        IFDATA_MULTIADDRS       4       /* multicast addresses assigned to interface */
+#ifdef PRIVATE
+#define IFDATA_SUPPLEMENTAL    5       /* supplemental link specific stats */
+#endif /* PRIVATE */
 
 /*
  * MIB tags at the net.link.generic.system level