Searched defs:ISLOOPBACK (Results 1 – 1 of 1) sorted by relevance
82 #define ISLOOPBACK(p) ((p)->ifa_flags & IFF_LOOPBACK) macro84 #define ISLOOPBACK(p) (strcmp((p)->ifa_name, "lo0") == 0) macro