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

/freebsd-11-stable/contrib/libpcap/
H A Dpcap-npf.c1519 *flags |= PCAP_IF_UP | PCAP_IF_RUNNING | PCAP_IF_CONNECTION_STATUS_NOT_APPLICABLE;
1549 *flags = PCAP_IF_UP | PCAP_IF_RUNNING;
1580 *flags |= PCAP_IF_UP | PCAP_IF_RUNNING;
1605 *flags |= PCAP_IF_UP | PCAP_IF_RUNNING;
H A Dpcap.c664 if (!(dev->flags & PCAP_IF_RUNNING))
899 pcap_flags |= PCAP_IF_RUNNING;
H A Dpcap-linux.c2879 PCAP_IF_UP|PCAP_IF_RUNNING|PCAP_IF_CONNECTION_STATUS_NOT_APPLICABLE,
/freebsd-11-stable/contrib/libpcap/testprogs/
H A Dfindalldevstest.c185 if (d->flags & PCAP_IF_RUNNING) {
/freebsd-11-stable/contrib/libpcap/pcap/
H A Dpcap.h264 #define PCAP_IF_RUNNING 0x00000004 /* interface is running */ macro
/freebsd-11-stable/contrib/tcpdump/
H A Dtcpdump.c221 #ifdef PCAP_IF_RUNNING
222 { PCAP_IF_RUNNING, "Running" },

Completed in 130 milliseconds