Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-npf.c2132 *flags |= PCAP_IF_UP | PCAP_IF_RUNNING | PCAP_IF_CONNECTION_STATUS_NOT_APPLICABLE; in get_if_flags()
2162 *flags = PCAP_IF_UP | PCAP_IF_RUNNING; in get_if_flags()
2193 *flags |= PCAP_IF_UP | PCAP_IF_RUNNING; in get_if_flags()
2224 *flags |= PCAP_IF_UP | PCAP_IF_RUNNING; in get_if_flags()
H A Dpcap.c811 if (!(dev->flags & PCAP_IF_RUNNING)) in get_figure_of_merit()
1053 pcap_flags |= PCAP_IF_RUNNING;
1452 PCAP_IF_UP|PCAP_IF_RUNNING|PCAP_IF_CONNECTION_STATUS_NOT_APPLICABLE,
/freebsd/contrib/libpcap/testprogs/
H A Dfindalldevstest.c206 if (d->flags & PCAP_IF_RUNNING) { in ifprint()
/freebsd/contrib/libpcap/pcap/
H A Dpcap.h359 #define PCAP_IF_RUNNING 0x00000004 /* interface is running */ macro
/freebsd/contrib/tcpdump/
H A Dtcpdump.c295 #ifdef PCAP_IF_RUNNING
296 { PCAP_IF_RUNNING, "Running" },