Home | History | Annotate | Download | only in iputils

Lines Matching refs:BIT_TEST

113 #define BIT_TEST(nr, addr) do { (__u32 *)(addr))[(nr) >> 5] & (1U << ((nr) & 31)); } while(0)
117 (BIT_TEST((type), filterp) == 0)
120 BIT_TEST((type), filterp)