Searched refs:ethtype (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dtrill.c202 int ethtype; local
229 ethtype = ntohs(ethhdr->ether_type);
230 ASSERT(ethtype == ETHERTYPE_VLAN || ethtype == ETHERTYPE_TRILL);
234 (ethtype == ETHERTYPE_VLAN ? sizeof (struct ether_vlan_extinfo):0);

Completed in 94 milliseconds