Searched refs:PCAP_IF_RUNNING (Results 1 – 6 of 6) sorted by relevance
1474 *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()
566 if (!(dev->flags & PCAP_IF_RUNNING)) in get_figure_of_merit()808 pcap_flags |= PCAP_IF_RUNNING;
2815 PCAP_IF_UP|PCAP_IF_RUNNING|PCAP_IF_CONNECTION_STATUS_NOT_APPLICABLE,
185 if (d->flags & PCAP_IF_RUNNING) { in ifprint()
265 #define PCAP_IF_RUNNING 0x00000004 /* interface is running */ macro
212 #ifdef PCAP_IF_RUNNING213 { PCAP_IF_RUNNING, "Running" },