Home
last modified time | relevance | path

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

/external/libpcap/
Dinet.c87 #define ISLOOPBACK(name, flags) ((flags) & IFF_LOOPBACK) macro
89 #define ISLOOPBACK(name, flags) ((name)[0] == 'l' && (name)[1] == 'o' && \ macro
252 if (ISLOOPBACK(name, flags)) in add_or_find_if()
DCHANGES295 - Changed ISLOOPBACK() macro when IFF_LOOPBACK isn't available to check