Searched refs:PCAP_ERROR_NOT_ACTIVATED (Results 1 – 4 of 4) sorted by relevance
358 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_read_not_initialized()366 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_inject_not_initialized()374 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_setfilter_not_initialized()382 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_setdirection_not_initialized()390 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_set_datalink_not_initialized()398 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_getnonblock_not_initialized()406 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_stats_not_initialized()422 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_setbuff_not_initialized()430 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_setmode_not_initialized()438 return (PCAP_ERROR_NOT_ACTIVATED); in pcap_setmintocopy_not_initialized()[all …]
399 Document PCAP_ERROR_NOT_ACTIVATED for more routines.
144 if (ret != PCAP_ERROR_NOT_ACTIVATED) in main()
389 #define PCAP_ERROR_NOT_ACTIVATED -3 /* the capture needs to be activated */ macro