Searched refs:IN_CLASSD (Results 1 – 9 of 9) sorted by relevance
267 #define IN_CLASSD(a) ((((long int) (a)) & 0xf0000000) == 0xe0000000) macro268 #define IN_MULTICAST(a) IN_CLASSD(a)
170 #define IN_CLASSD(a) ((((in_addr_t)(a)) & 0xf0000000) == 0xe0000000) macro171 #define IN_MULTICAST(a) IN_CLASSD(a)
110 #define IN_CLASSD(d) IP_CLASSD(d) macro