IN_CLASSD
#define IN_CLASSD(i) (((u_int32_t)(i) & __IPADDR(0xf0000000)) == \
#define IN_CLASSD(i) (((int32_t)(i) & 0xf0000000) == 0xe0000000)