Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_vlan.c103 #define VLAN_ARRAY_SIZE (EVL_VLID_MASK + 1) macro
104 struct ifvlan *vlans[VLAN_ARRAY_SIZE]; /* static table */
134 for (_i = 0; _i < VLAN_ARRAY_SIZE; _i++) \
153 for (_i = 0; !(_cond) && _i < VLAN_ARRAY_SIZE; _i++) \