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

/macosx-10.10/libpcap-48/libpcap/
H A Dinet.c87 #define ISLOOPBACK(name, flags) ((flags) & IFF_LOOPBACK) macro
89 #define ISLOOPBACK(name, flags) ((name)[0] == 'l' && (name)[1] == 'o' && \ macro
253 if (ISLOOPBACK(name, flags))

Completed in 84 milliseconds