Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_vlan_var.h67 u_int16_t evl_tag; member
H A Dether_if_module.c419 EVL_VLANOFTAG(ntohs(evl->evl_tag)) != 0) { in ether_demux()
H A Dif_vlan.c1085 evl->evl_tag = htons(tag); in vlan_output()
1152 tag = EVL_VLANOFTAG(ntohs(evl->evl_tag)); in vlan_input()
H A Dif_bond.c1026 vlh_p->evl_tag = htons(vlan_tag); in bond_bpf_vlan()
/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif_flow.c176 tag = evh->evl_tag; in netif_flow_ethertype_info()
179 bcopy(&evh->evl_tag, &tag, sizeof(tag)); in netif_flow_ethertype_info()
H A Dnx_netif_util.c90 tag = ntohs(evl->evl_tag); in fill_vlan_info()