Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-npf.c1809 *flags |= PCAP_IF_UP | PCAP_IF_RUNNING | PCAP_IF_CONNECTION_STATUS_NOT_APPLICABLE; in get_if_flags()
1839 *flags = PCAP_IF_UP | PCAP_IF_RUNNING; in get_if_flags()
1870 *flags |= PCAP_IF_UP | PCAP_IF_RUNNING; in get_if_flags()
1901 *flags |= PCAP_IF_UP | PCAP_IF_RUNNING; in get_if_flags()
Dpcap.c800 if (!(dev->flags & PCAP_IF_RUNNING)) in get_figure_of_merit()
1042 pcap_flags |= PCAP_IF_RUNNING;
Dpcap-linux.c1702 PCAP_IF_UP|PCAP_IF_RUNNING|PCAP_IF_CONNECTION_STATUS_NOT_APPLICABLE, in pcap_platform_finddevs()
/external/libpcap/testprogs/
Dfindalldevstest.c206 if (d->flags & PCAP_IF_RUNNING) { in ifprint()
/external/libpcap/pcap/
Dpcap.h311 #define PCAP_IF_RUNNING 0x00000004 /* interface is running */ macro
/external/tcpdump/
Dtcpdump.c212 #ifdef PCAP_IF_RUNNING
213 { PCAP_IF_RUNNING, "Running" },