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