Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_vlan_var.h71 #define EVL_VLID_MASK 0x0FFF macro
72 #define EVL_VLANOFTAG(tag) ((tag) & EVL_VLID_MASK)
H A Dif_vlan.c1817 if (vlr.vlr_tag & ~EVL_VLID_MASK) { in vlan_ioctl()