]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/if_mib.h
xnu-1456.1.26.tar.gz
[apple/xnu.git] / bsd / net / if_mib.h
index 5b0d38a14663971abcd6bd1c8672c1118763cccd..7af1bf714e639912adf565ba8ad2896628e0f9ca 100644 (file)
@@ -198,4 +198,16 @@ enum {
  * Put other types of interface MIBs here, or in interface-specific
  * header files if convenient ones already exist.
  */
+
+/*
+ * Structure for interface family ID table
+ */
+
+struct if_family_id {
+       u_int32_t               iffmid_len;
+       u_int32_t               iffmid_id;
+       char                    iffmid_str[1];  /* variable length string */
+};
+
+
 #endif /* _NET_IF_MIB_H */