OUI
#define OUI(first, second, third) { (first), (second), (third) }
#undef OUI
#define OUI(_a, _b, _c) ((_a) << 24 | (_b) << 16 | (_c) << 8)