Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap.c114 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_not_initialized()
923 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_datalink()
931 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_datalink_ext()
939 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_list_datalinks()
1368 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_snapshot()
1376 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_is_swapped()
1384 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_major_version()
1392 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_minor_version()
1577 case PCAP_ERROR_NOT_ACTIVATED: in pcap_statustostr()
/external/libpcap/pcap/
Dpcap.h252 #define PCAP_ERROR_NOT_ACTIVATED -3 /* the capture needs to be activated */ macro