Searched defs:IN_CLASSD (Results 1 – 2 of 2) sorted by relevance
50 #define IN_CLASSD(i) (((int32_t)(i) & 0xf0000000) == 0xe0000000) macro
210 #define IN_CLASSD(i) (((u_int32_t)(i) & __IPADDR(0xf0000000)) == \ macro