ether_vlan_extinfo
struct ether_vlan_extinfo *evx = NULL;
if (len < sizeof (struct ether_vlan_extinfo))
evx = (struct ether_vlan_extinfo *)off;
off += sizeof (struct ether_vlan_extinfo);
len -= sizeof (struct ether_vlan_extinfo);
struct ether_vlan_extinfo *extinfo;
size_t len = sizeof (struct ether_vlan_extinfo);
extinfo = (struct ether_vlan_extinfo *)payload->b_rptr;
(tci != TRILL_NO_TCI ? sizeof (struct ether_vlan_extinfo) : 0);
hdr_mp->b_wptr += sizeof (struct ether_vlan_extinfo);
(ethtype == ETHERTYPE_VLAN ? sizeof (struct ether_vlan_extinfo):0);
min_size += sizeof (struct ether_vlan_extinfo);