Home
last modified time | relevance | path

Searched refs:PCAP_ERROR_NOT_ACTIVATED (Results 1 – 2 of 2) sorted by relevance

/external/libpcap/
Dpcap.c202 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_not_initialized()
2611 return (PCAP_ERROR_NOT_ACTIVATED);
2619 return (PCAP_ERROR_NOT_ACTIVATED);
2627 return (PCAP_ERROR_NOT_ACTIVATED);
3065 return (PCAP_ERROR_NOT_ACTIVATED);
3073 return (PCAP_ERROR_NOT_ACTIVATED);
3081 return (PCAP_ERROR_NOT_ACTIVATED);
3089 return (PCAP_ERROR_NOT_ACTIVATED);
3097 return (PCAP_ERROR_NOT_ACTIVATED);
3296 case PCAP_ERROR_NOT_ACTIVATED:
/external/libpcap/pcap/
Dpcap.h295 #define PCAP_ERROR_NOT_ACTIVATED -3 /* the capture needs to be activated */ macro