Searched defs:IN_MULTICAST (Results 1 – 5 of 5) sorted by relevance
28 #define IN_MULTICAST(addr) ( ( (addr) & 0xf0000000 ) == 0xe0000000 ) macro
83 #define IN_MULTICAST(a) IP_MULTICAST(a) macro
31 #define IN_MULTICAST(a) IN_CLASSD(a) macro
266 #define IN_MULTICAST(a) IN_CLASSD(a) macro
267 #define IN_MULTICAST(a) IN_CLASSD(a) macro