Home
last modified time | relevance | path

Searched refs:PCAP_IF_UP (Results 1 – 6 of 6) sorted by relevance

/external/libpcap/
Dfad-helpers.c113 pcap_flags |= PCAP_IF_UP; in if_flags_to_pcap_flags()
176 if (!(dev->flags & PCAP_IF_UP)) in get_figure_of_merit()
Dpcap-bpf.c2643 err = pcap_add_if(alldevsp, name, PCAP_IF_UP, NULL, errbuf);
Dpcap-linux.c2567 if (pcap_add_if(alldevsp, "any", PCAP_IF_UP|PCAP_IF_RUNNING,
/external/libpcap/tests/
Dfindalldevstest.c78 if (d->flags & PCAP_IF_UP) { in ifprint()
/external/libpcap/pcap/
Dpcap.h227 #define PCAP_IF_UP 0x00000002 /* interface is up */ macro
/external/tcpdump/
Dtcpdump.c218 #ifdef PCAP_IF_UP
219 { PCAP_IF_UP, "Up" },