Home
last modified time | relevance | path

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

/external/libpcap/
Dinet.c156 if (!(dev->flags & PCAP_IF_UP)) in get_figure_of_merit()
357 curdev->flags |= PCAP_IF_UP; in add_or_find_if()
/external/libpcap/pcap/
Dpcap.h223 #define PCAP_IF_UP 0x00000002 /* interface is up */ macro
/external/tcpdump/
Dtcpdump.c392 #ifdef PCAP_IF_UP
393 { PCAP_IF_UP, "Up" },