Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dether_if_module.c373 struct ether_header new_eh; in ether_remove_vlan_encapsulation() local
415 new_eh = *eh_p; in ether_remove_vlan_encapsulation()
416 *ether_type_p = new_eh.ether_type = encap.evle_proto; in ether_remove_vlan_encapsulation()
423 if (mbuf_copyback(m, 0, sizeof(new_eh), &new_eh, MBUF_DONTWAIT) != 0) { in ether_remove_vlan_encapsulation()