Searched defs:IN_MULTICAST (Results 1 – 2 of 2) sorted by relevance
121 #define IN_MULTICAST(i) (((i) & 0xf0000000U) == 0xe0000000U) macro
198 #define IN_MULTICAST(i) IN_CLASSD(i) macro