Home
last modified time | relevance | path

Searched refs:encap (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dether_if_module.c372 struct ether_vlan_encap_header encap; in ether_remove_vlan_encapsulation() local
405 if (mbuf_copydata(m, 0, sizeof(encap), (caddr_t)&encap) != 0) { in ether_remove_vlan_encapsulation()
416 *ether_type_p = new_eh.ether_type = encap.evle_proto; in ether_remove_vlan_encapsulation()
440 *tag_p = EVL_VLANOFTAG(ntohs(encap.evle_tag)); in ether_remove_vlan_encapsulation()