Home
last modified time | relevance | path

Searched refs:ISLOOPBACK (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libpcap/
H A Dpcap-int.h141 #define ISLOOPBACK(name, flags) ((flags) & IFF_LOOPBACK) macro
143 #define ISLOOPBACK(name, flags) ((name)[0] == 'l' && (name)[1] == 'o' && \ macro
H A Dinet.c133 if (ISLOOPBACK(ifa->ifa_name, ifa->ifa_flags)) in pcap_lookupdev()
219 ISLOOPBACK(ifr.ifr_name, ifr.ifr_flags)) in pcap_lookupdev()
H A Dfad-getad.c163 if (ISLOOPBACK(name, flags)) in add_or_find_if()
H A DCHANGES79 - Changed ISLOOPBACK() macro when IFF_LOOPBACK isn't available to check