IN_LOOPBACK
#define IN_LOOPBACK(i) \
#define IN_LOOPBACK(i) (((in_addr_t)(i) & 0xff000000) == 0x7f000000)