Searched refs:BITSET_IS_SET (Results 1 – 2 of 2) sorted by relevance
80 #define BITSET_IS_SET(bs, b) (bs[BITSET_WORD(b)] & BITSET_BIT(b)) macro
750 if (!BITSET_IS_SET(service_found, port)) { in process_free_data_message()