IN_CLASSB
#define IN_CLASSB(i) (((in_addr_t)(i) & 0xc0000000) == 0x80000000)
#define IN_CLASSB(i) (((i) & 0xc0000000U) == 0x80000000U)