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

  /external/libpcap/
pcap.c 110 /* in case the caller doesn't check for PCAP_ERROR_NOT_ACTIVATED */
114 return (PCAP_ERROR_NOT_ACTIVATED);
923 return (PCAP_ERROR_NOT_ACTIVATED);
931 return (PCAP_ERROR_NOT_ACTIVATED);
939 return (PCAP_ERROR_NOT_ACTIVATED);
    [all...]
  /external/libpcap/pcap/
pcap.h 252 #define PCAP_ERROR_NOT_ACTIVATED -3 /* the capture needs to be activated */

Completed in 681 milliseconds