Searched defs:IN_CLASSD (Results 1 – 3 of 3) sorted by relevance
250 # define IN_CLASSD(i) ((((long)(i))&0xf0000000)==0xe0000000) macro
41 #define IN_CLASSD(i) (((int32_t)(i) & 0xf0000000) == 0xe0000000) macro
373 #define IN_CLASSD(i) IN_MULTICAST(i) macro