Searched refs:IN_CLASSD (Results 1 – 2 of 2) sorted by relevance
205 #define IN_CLASSD(a) ((((long int) (a)) & 0xf0000000) == 0xe0000000) macro206 #define IN_MULTICAST(a) IN_CLASSD(a)
186 #define IN_CLASSD(a) ((((long int) (a)) & 0xf0000000) == 0xe0000000) macro187 #define IN_MULTICAST(a) IN_CLASSD(a)