ISLOOPBACK
#define ISLOOPBACK(p) ((p)->ifa_flags & IFF_LOOPBACK)
#define ISLOOPBACK(p) (strcmp((p)->ifa_name, "lo0") == 0)