Searched refs:PCAP_ERROR_NOT_ACTIVATED (Results 1 – 2 of 2) sorted by relevance
115 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_not_initialized()894 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_datalink()902 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_datalink_ext()910 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_list_datalinks()1331 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_snapshot()1339 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_is_swapped()1347 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_major_version()1355 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_minor_version()1547 case PCAP_ERROR_NOT_ACTIVATED: in pcap_statustostr()
248 #define PCAP_ERROR_NOT_ACTIVATED -3 /* the capture needs to be activated */ macro