Searched refs:IN_CLASSD (Results 1 – 6 of 6) sorted by relevance
272 #define IN_CLASSD(a) ((((long int) (a)) & 0xf0000000) == 0xe0000000) macro273 #define IN_MULTICAST(a) IN_CLASSD(a)
267 #define IN_CLASSD(a) ((((long int) (a)) & 0xf0000000) == 0xe0000000) macro268 #define IN_MULTICAST(a) IN_CLASSD(a)
187 #define IN_CLASSD(a) ((((in_addr_t)(a)) & 0xf0000000) == 0xe0000000) macro188 #define IN_MULTICAST(a) IN_CLASSD(a)