Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_bond.c1014 struct ether_vlan_header * vlh_p; in bond_bpf_vlan() local
1023 vlh_p = mtod(vl_m, struct ether_vlan_header *); in bond_bpf_vlan()
1024 bcopy(eh_p, vlh_p, offsetof(struct ether_header, ether_type)); in bond_bpf_vlan()
1025 vlh_p->evl_encap_proto = htons(ETHERTYPE_VLAN); in bond_bpf_vlan()
1026 vlh_p->evl_tag = htons(vlan_tag); in bond_bpf_vlan()
1027 vlh_p->evl_proto = eh_p->ether_type; in bond_bpf_vlan()