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