BRVLAN_SETSIZE
__BIT_COPY(BRVLAN_SETSIZE, &vreq.bv_set,
__BIT_ZERO(BRVLAN_SETSIZE, set);
__BIT_FILL(BRVLAN_SETSIZE, set);
BIT_COPY(BRVLAN_SETSIZE, &req->bv_set, &bif->bif_vlan_set);
BIT_OR(BRVLAN_SETSIZE, &bif->bif_vlan_set, &req->bv_set);
BIT_ANDNOT(BRVLAN_SETSIZE, &bif->bif_vlan_set, &req->bv_set);
BIT_COPY(BRVLAN_SETSIZE, &bif->bif_vlan_set, &req->bv_set);
typedef __BITSET_DEFINE(ifbvlan_set, BRVLAN_SETSIZE) ifbvlan_set_t;
#define BRVLAN_SET(set, bit) __BIT_SET(BRVLAN_SETSIZE, (bit), set)
#define BRVLAN_CLR(set, bit) __BIT_CLR(BRVLAN_SETSIZE, (bit), set)
#define BRVLAN_TEST(set, bit) __BIT_ISSET(BRVLAN_SETSIZE, (bit), set)