- char ifmd_name[IFNAMSIZ]; /* name of interface */
- int ifmd_pcount; /* number of promiscuous listeners */
- int ifmd_flags; /* interface flags */
- int ifmd_snd_len; /* instantaneous length of send queue */
- int ifmd_snd_maxlen; /* maximum length of send queue */
- int ifmd_snd_drops; /* number of drops in send queue */
- int ifmd_filler[4]; /* for future expansion */
- struct if_data ifmd_data; /* generic information and statistics */
+ char ifmd_name[IFNAMSIZ]; /* name of interface */
+ unsigned int ifmd_pcount; /* number of promiscuous listeners */
+ unsigned int ifmd_flags; /* interface flags */
+ unsigned int ifmd_snd_len; /* instantaneous length of send queue */
+ unsigned int ifmd_snd_maxlen; /* maximum length of send queue */
+ unsigned int ifmd_snd_drops; /* number of drops in send queue */
+ unsigned int ifmd_filler[4]; /* for future expansion */
+ struct if_data64 ifmd_data; /* generic information and statistics */