OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCAP_ERROR_NOT_ACTIVATED
(Results
1 - 2
of
2
) sorted by null
/external/libpcap/
pcap.c
115
return (
PCAP_ERROR_NOT_ACTIVATED
);
894
return (
PCAP_ERROR_NOT_ACTIVATED
);
902
return (
PCAP_ERROR_NOT_ACTIVATED
);
910
return (
PCAP_ERROR_NOT_ACTIVATED
);
[
all
...]
/external/libpcap/pcap/
pcap.h
248
#define
PCAP_ERROR_NOT_ACTIVATED
-3 /* the capture needs to be activated */
Completed in 54 milliseconds