Searched refs:PCAP_ERROR_NOT_ACTIVATED (Results 1 – 2 of 2) sorted by relevance
116 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_not_initialized()882 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_datalink()890 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_datalink_ext()898 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_list_datalinks()1301 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_snapshot()1309 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_is_swapped()1317 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_major_version()1325 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_minor_version()1517 case PCAP_ERROR_NOT_ACTIVATED: in pcap_statustostr()
248 #define PCAP_ERROR_NOT_ACTIVATED -3 /* the capture needs to be activated */ macro