Searched defs:mac_address_s (Results 1 – 1 of 1) sorted by relevance
319 typedef struct mac_address_s { struct322 struct mac_address_s *ma_next; /* next address */ argument323 uint8_t ma_addr[MAXMACADDRLEN]; /* address value */324 size_t ma_len; /* address length */325 mac_vlan_t *ma_vlans; /* VLANs on this addr */326 boolean_t ma_untagged; /* accept untagged? */327 mac_group_t *ma_group; /* asscociated group */328 mac_impl_t *ma_mip; /* MAC handle */