Home
last modified time | relevance | path

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

/external/libpcap/
Dinet.c95 #define ISRUNNING(flags) ((flags) & IFF_RUNNING) macro
97 #define ISRUNNING(flags) 0 macro
358 if (ISRUNNING(flags)) in add_or_find_if()