Home
last modified time | relevance | path

Searched refs:DAQ_ERROR_NOTSUP (Results 1 – 17 of 17) sorted by relevance

/dports/net/libdaq/libdaq-3.0.5/api/
H A Ddaq_instance_api_defaults.c30 return DAQ_ERROR_NOTSUP; in daq_default_set_filter()
40 return DAQ_ERROR_NOTSUP; in daq_default_inject()
45 return DAQ_ERROR_NOTSUP; in daq_default_inject_relative()
50 return DAQ_ERROR_NOTSUP; in daq_default_interrupt()
60 return DAQ_ERROR_NOTSUP; in daq_default_ioctl()
65 return DAQ_ERROR_NOTSUP; in daq_default_get_stats()
89 return DAQ_ERROR_NOTSUP; in daq_default_config_load()
94 return DAQ_ERROR_NOTSUP; in daq_default_config_swap()
99 return DAQ_ERROR_NOTSUP; in daq_default_config_free()
104 return DAQ_ERROR_NOTSUP; in daq_default_msg_receive()
[all …]
H A Ddaq_common.h63 #define DAQ_ERROR_NOTSUP -4 /* Functionality is unsupported error */ macro
/dports/net/daq/daq-2.2.2/api/
H A Ddaq_common.h77 #define DAQ_ERROR_NOTSUP -4 /* Functionality is unsupported error */ macro
H A Ddaq_mod_ops.c359 return DAQ_ERROR_NOTSUP; in daq_query_flow()
/dports/security/snort/snort-2.9.18/src/
H A Dsfdaq.c784 return DAQ_ERROR_NOTSUP; in DAQ_ModifyFlowOpaque()
803 return DAQ_ERROR_NOTSUP; in DAQ_QueryFlow()
/dports/net/libdaq/libdaq-3.0.5/modules/afpacket/
H A Ddaq_afpacket.c1044 return DAQ_ERROR_NOTSUP; in afpacket_daq_set_filter()
1136 return DAQ_ERROR_NOTSUP; in afpacket_daq_inject()
1183 return DAQ_ERROR_NOTSUP; in afpacket_daq_ioctl()
/dports/net/libdaq/libdaq-3.0.5/modules/netmap/
H A Ddaq_netmap.c631 return DAQ_ERROR_NOTSUP; in netmap_daq_inject()
693 return DAQ_ERROR_NOTSUP; in netmap_daq_ioctl()
/dports/security/snort3/snort3-3.1.19.0/daqs/
H A Ddaq_file.c363 return DAQ_ERROR_NOTSUP; in file_daq_ioctl()
H A Ddaq_hext.c691 return DAQ_ERROR_NOTSUP; in hext_daq_ioctl()
/dports/net/daq/daq-2.2.2/os-daq-modules/
H A Ddaq_ipfw.c428 return DAQ_ERROR_NOTSUP; in ipfw_daq_get_device_index()
H A Ddaq_ipq.c521 return DAQ_ERROR_NOTSUP; in ipq_daq_get_device_index()
H A Ddaq_nfq.c678 return DAQ_ERROR_NOTSUP; in nfq_daq_get_device_index()
H A Ddaq_pcap.c562 return DAQ_ERROR_NOTSUP; in pcap_daq_get_device_index()
/dports/net/libdaq/libdaq-3.0.5/example/
H A Ddaqtest.c466 if (rc == DAQ_ERROR_NOTSUP) in process_ping()
495 if (rc == DAQ_ERROR_NOTSUP) in process_ping()
1775 else if (rval != DAQ_ERROR_NOTSUP) in main()
/dports/net/libdaq/libdaq-3.0.5/modules/fst/
H A Ddaq_fst.cc492 int rval = DAQ_ERROR_NOTSUP; in fst_daq_ioctl()
/dports/net/libdaq/libdaq-3.0.5/modules/pcap/
H A Ddaq_pcap.c488 return DAQ_ERROR_NOTSUP; in pcap_daq_inject()
/dports/security/snort/snort-2.9.18/src/preprocessors/
H A Dspp_session.c1484 rval == DAQ_ERROR_NOTSUP) in SessionConnMetaQuery()