Searched refs:IN_CLASSD (Results 1 – 2 of 2) sorted by relevance
215 #define IN_CLASSD(a) ((((long int) (a)) & 0xf0000000) == 0xe0000000) macro216 #define IN_MULTICAST(a) IN_CLASSD(a)
166 #define IN_CLASSD(a) ((((in_addr_t)(a)) & 0xf0000000) == 0xe0000000) macro167 #define IN_MULTICAST(a) IN_CLASSD(a)