Searched refs:PCAP_IF_RUNNING (Results 1 – 5 of 5) sorted by relevance
115 pcap_flags |= PCAP_IF_RUNNING; in if_flags_to_pcap_flags()174 if (!(dev->flags & PCAP_IF_RUNNING)) in get_figure_of_merit()
2567 if (pcap_add_if(alldevsp, "any", PCAP_IF_UP|PCAP_IF_RUNNING,
82 if (d->flags & PCAP_IF_RUNNING) { in ifprint()
228 #define PCAP_IF_RUNNING 0x00000004 /* interface is running */ macro
221 #ifdef PCAP_IF_RUNNING222 { PCAP_IF_RUNNING, "Running" },