Lines Matching defs:evh
1898 const struct ether_vlan_header *evh =
1900 etype = ntohs(evh->evl_proto);
2365 struct ether_vlan_header *evh;
2372 evh = mtod(m, struct ether_vlan_header *);
2373 if (evh->evl_encap_proto == htons(ETHERTYPE_VLAN)) {
2375 *etype = ntohs(evh->evl_proto);
2380 *etype = ntohs(evh->evl_encap_proto);
4055 struct ether_vlan_header *evh;
4057 evh = mtod(m, struct ether_vlan_header *);
4058 m->m_pkthdr.ether_vtag = ntohs(evh->evl_tag);
4062 bcopy((char *) evh, (char *) evh + ETHER_VLAN_ENCAP_LEN,