HomeSort by relevance Sort by last modified time
    Searched refs:PCAP_IF_UP (Results 1 - 3 of 3) sorted by null

  /external/libpcap/pcap/
pcap.h 223 #define PCAP_IF_UP 0x00000002 /* interface is up */
  /external/libpcap/
inet.c 156 if (!(dev->flags & PCAP_IF_UP))
357 curdev->flags |= PCAP_IF_UP;
  /external/tcpdump/
tcpdump.c 392 #ifdef PCAP_IF_UP
393 { PCAP_IF_UP, "Up" },
    [all...]

Completed in 60 milliseconds