Home
last modified time | relevance | path

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

/NextBSD/contrib/libpcap/
HDinet.c154 if (!(dev->flags & PCAP_IF_RUNNING)) in get_figure_of_merit()
359 curdev->flags |= PCAP_IF_RUNNING; in add_or_find_if()
/NextBSD/contrib/libpcap/pcap/
HDpcap.h222 #define PCAP_IF_RUNNING 0x00000004 /* interface is running */ macro
/NextBSD/contrib/tcpdump/
HDtcpdump.c409 #ifdef PCAP_IF_RUNNING
410 { PCAP_IF_RUNNING, "Running" },