Searched defs:ethvhdr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c4826 struct ether_vlan_header *ethvhdr; local
4833 ethvhdr = (struct ether_vlan_header *)((void *)bp);
4835 if (ntohs(ethvhdr->ether_tpid) == ETHERTYPE_VLAN) {
4837 etherType = ntohs(ethvhdr->ether_type);
5082 struct ether_vlan_header *ethvhdr; local
5097 ethvhdr = (struct ether_vlan_header *)((void *)bp);
5103 if (ntohs(ethvhdr->ether_tpid) == ETHERTYPE_VLAN) {
5105 etherType = ntohs(ethvhdr->ether_type);
5176 struct ether_vlan_header *ethvhdr; local
5184 ethvhdr
[all...]

Completed in 56 milliseconds