Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-npf.c1474 *flags |= PCAP_IF_UP | PCAP_IF_RUNNING | PCAP_IF_CONNECTION_STATUS_NOT_APPLICABLE; in get_if_flags()
1504 *flags = PCAP_IF_UP | PCAP_IF_RUNNING; in get_if_flags()
1535 *flags |= PCAP_IF_UP | PCAP_IF_RUNNING; in get_if_flags()
1560 *flags |= PCAP_IF_UP | PCAP_IF_RUNNING; in get_if_flags()
Dpcap.c566 if (!(dev->flags & PCAP_IF_RUNNING)) in get_figure_of_merit()
808 pcap_flags |= PCAP_IF_RUNNING;
Dpcap-linux.c2815 PCAP_IF_UP|PCAP_IF_RUNNING|PCAP_IF_CONNECTION_STATUS_NOT_APPLICABLE,
/external/libpcap/testprogs/
Dfindalldevstest.c185 if (d->flags & PCAP_IF_RUNNING) { in ifprint()
/external/libpcap/pcap/
Dpcap.h265 #define PCAP_IF_RUNNING 0x00000004 /* interface is running */ macro
/external/tcpdump/
Dtcpdump.c212 #ifdef PCAP_IF_RUNNING
213 { PCAP_IF_RUNNING, "Running" },