Searched refs:BDC_FLAG_VER_MASK (Results 1 – 2 of 2) sorted by relevance
74 #define BDC_FLAG_VER_MASK 0xf0 /* Protocol version mask */ macro
432 if (((h->flags & BDC_FLAG_VER_MASK) >> BDC_FLAG_VER_SHIFT) != BDC_PROTO_VER) { in dhd_prot_hdrpull()