Searched defs:IN_MULTICAST (Results 1 – 12 of 12) sorted by relevance
29 #define IN_MULTICAST(Address) (0) macro
241 #define IN_MULTICAST(a) ((((uint32_t)(a)) & 0xf0000000) == 0xe0000000) macro
116 #define IN_MULTICAST(a) IP_MULTICAST(a) macro
121 #define IN_MULTICAST(i) (((i) & 0xf0000000U) == 0xe0000000U) macro
268 #define IN_MULTICAST(a) IN_CLASSD(a) macro
171 #define IN_MULTICAST(a) IN_CLASSD(a) macro