Home
last modified time | relevance | path

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

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