Searched refs:ISLOOPBACK (Results 1 – 4 of 4) sorted by relevance
141 #define ISLOOPBACK(name, flags) ((flags) & IFF_LOOPBACK) macro143 #define ISLOOPBACK(name, flags) ((name)[0] == 'l' && (name)[1] == 'o' && \ macro
133 if (ISLOOPBACK(ifa->ifa_name, ifa->ifa_flags)) in pcap_lookupdev()219 ISLOOPBACK(ifr.ifr_name, ifr.ifr_flags)) in pcap_lookupdev()
163 if (ISLOOPBACK(name, flags)) in add_or_find_if()
79 - Changed ISLOOPBACK() macro when IFF_LOOPBACK isn't available to check