Searched defs:mactype_s (Results 1 – 1 of 1) sorted by relevance
142 typedef struct mactype_s { struct143 const char *mt_ident;144 uint32_t mt_ref;145 uint_t mt_type;146 uint_t mt_nativetype;147 size_t mt_addr_length;148 uint8_t *mt_brdcst_addr;149 mactype_ops_t mt_ops;150 mac_stat_info_t *mt_stats; /* array of mac_stat_info_t elements */151 size_t mt_statcount; /* number of elements in mt_stats */[all …]