Searched refs:S_VLANTYPE (Results 1 – 1 of 1) sorted by relevance
11211 #define S_VLANTYPE 0 macro11213 #define V_VLANTYPE(x) ((x) << S_VLANTYPE)11214 #define G_VLANTYPE(x) (((x) >> S_VLANTYPE) & M_VLANTYPE)