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

/darwin-on-arm/xnu/bsd/net/
H A Dether_if_module.c419 struct ether_vlan_header * evl; local
421 evl = (struct ether_vlan_header *)(void *)frame_header;
423 || ntohs(evl->evl_proto) == ETHERTYPE_VLAN
424 || EVL_VLANOFTAG(ntohs(evl->evl_tag)) != 0) {
431 ether_type = evl->evl_encap_proto = evl->evl_proto;
H A Dif_vlan.c1086 struct ether_vlan_header * evl; local
1151 if (m->m_len < (int)sizeof(*evl)) {
1152 m = m_pullup(m, sizeof(*evl));
1167 evl = mtod(m, struct ether_vlan_header *);
1168 evl->evl_proto = evl->evl_encap_proto;
1169 evl->evl_encap_proto = htons(ETHERTYPE_VLAN);
1170 evl->evl_tag = htons(tag);
1203 struct ether_vlan_header * evl; local
1224 evl
[all...]

Completed in 74 milliseconds