Searched refs:PCAP_IF_RUNNING (Results 1 – 5 of 5) sorted by relevance
2132 *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()
811 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,
206 if (d->flags & PCAP_IF_RUNNING) { in ifprint()
359 #define PCAP_IF_RUNNING 0x00000004 /* interface is running */ macro
295 #ifdef PCAP_IF_RUNNING296 { PCAP_IF_RUNNING, "Running" },