IN_CLASSC
#define IN_CLASSC(i) (((in_addr_t)(i) & 0xe0000000) == 0xc0000000)
#define IN_CLASSC(i) (((i) & 0xe0000000U) == 0xc0000000U)