Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_vlan_var.h66 u_int16_t evl_encap_proto; member
H A Dif_vlan.c1083 evl->evl_proto = evl->evl_encap_proto; in vlan_output()
1084 evl->evl_encap_proto = htons(ETHERTYPE_VLAN); in vlan_output()
1159 evl->evl_encap_proto = evl->evl_proto; in vlan_input()
H A Dether_if_module.c426 ether_type = evl->evl_encap_proto = evl->evl_proto; in ether_demux()
H A Dif_bond.c1025 vlh_p->evl_encap_proto = htons(ETHERTYPE_VLAN); in bond_bpf_vlan()
/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif_util.c89 if (ntohs(evl->evl_encap_proto) == ETHERTYPE_VLAN) { in fill_vlan_info()