Searched refs:IGMPV3_MASK (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/linux/
H A Digmp.h94 #define IGMPV3_MASK(value, nb) ((nb)>=32 ? (value) : ((1<<(nb))-1) & (value)) macro
97 ((IGMPV3_MASK(value, nbmant) | (1<<(nbmant))) << \
98 (IGMPV3_MASK((value) >> (nbmant), nbexp) + (nbexp))))

Completed in 138 milliseconds