Home | History | Annotate | Download | only in iputils

Lines Matching refs:BIT_CLEAR

111 #define BIT_CLEAR(nr, addr) do { ((__u32 *)(addr))[(nr) >> 5] &= ~(1U << ((nr) & 31)); } while(0)
123 BIT_CLEAR((type), filterp)