Searched defs:ifmibdata (Results 1 – 1 of 1) sorted by relevance
40 struct ifmibdata { struct41 char ifmd_name[IFNAMSIZ]; /* name of interface */42 int ifmd_pcount; /* number of promiscuous listeners */43 int ifmd_flags; /* interface flags */44 int ifmd_snd_len; /* instantaneous length of send queue */45 int ifmd_snd_maxlen; /* maximum length of send queue */46 int ifmd_snd_drops; /* number of drops in send queue */47 int ifmd_filler[4]; /* for future expansion */48 struct if_data ifmd_data; /* generic information and statistics */