Home
last modified time | relevance | path

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

/external/libpcap/
Dfad-helpers.c115 pcap_flags |= PCAP_IF_RUNNING; in if_flags_to_pcap_flags()
174 if (!(dev->flags & PCAP_IF_RUNNING)) in get_figure_of_merit()
Dpcap-linux.c2567 if (pcap_add_if(alldevsp, "any", PCAP_IF_UP|PCAP_IF_RUNNING,
/external/libpcap/tests/
Dfindalldevstest.c82 if (d->flags & PCAP_IF_RUNNING) { in ifprint()
/external/libpcap/pcap/
Dpcap.h228 #define PCAP_IF_RUNNING 0x00000004 /* interface is running */ macro
/external/tcpdump/
Dtcpdump.c221 #ifdef PCAP_IF_RUNNING
222 { PCAP_IF_RUNNING, "Running" },