Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dif_vlan_var.h70 u_int16_t evl_encap_proto; member
H A Dether_if_module.c419 ether_type = evl->evl_encap_proto = evl->evl_proto; in ether_demux()
H A Dif_vlan.c1155 evl->evl_proto = evl->evl_encap_proto; in vlan_output()
1156 evl->evl_encap_proto = htons(ETHERTYPE_VLAN); in vlan_output()
H A Dif_bond.c1021 vlh_p->evl_encap_proto = htons(ETHERTYPE_VLAN); in bond_bpf_vlan()
/xnu-10002.41.9/bsd/skywalk/nexus/netif/
H A Dnx_netif_util.c89 if (ntohs(evl->evl_encap_proto) == ETHERTYPE_VLAN) { in fill_vlan_info()