Home
last modified time | relevance | path

Searched refs:AddFuncToPreprocResetList (Results 1 – 10 of 10) sorted by relevance

/dports/security/snort/snort-2.9.18/src/
H A Dplugbase.h369 void AddFuncToPreprocResetList(PreprocSignalFunc, void *, uint16_t, uint32_t);
H A Dplugbase.c1273 void AddFuncToPreprocResetList(PreprocSignalFunc pp_sig_func, void *arg, in AddFuncToPreprocResetList() function
/dports/security/snort/snort-2.9.18/src/preprocessors/
H A Dspp_perfmonitor.c204 AddFuncToPreprocResetList(PerfMonitorReset, NULL, PRIORITY_LAST, PP_PERFMONITOR); in PerfMonitorInit()
H A Dspp_normalize.c618 AddFuncToPreprocResetList( in Preproc_Install()
H A Dspp_sfportscan.c1232 AddFuncToPreprocResetList(PortscanResetFunction, NULL, PRIORITY_SCANNER, PP_SFPORTSCAN); in PortscanInit()
H A Dspp_httpinspect.c768 AddFuncToPreprocResetList(HttpInspectReset, NULL, PRIORITY_APPLICATION, PP_HTTPINSPECT); in HttpInspectInit()
H A Dspp_stream6.c372 AddFuncToPreprocResetList( StreamReset, NULL, PP_STREAM6_PRIORITY, PP_STREAM ); in initStreamPolicyConfig()
H A Dspp_frag3.c1197 AddFuncToPreprocResetList(Frag3Reset, NULL, PP_FRAG3_PRIORITY, PP_FRAG3); in Frag3GlobalInit()
H A Dspp_session.c466 AddFuncToPreprocResetList(resetSessionState, NULL, PRIORITY_LAST, PP_SESSION); in initializeSessionPreproc()
/dports/security/snort/snort-2.9.18/src/dynamic-plugins/
H A Dsf_dynamic_plugins.c2688 preprocData.addPreprocReset = &AddFuncToPreprocResetList; in InitDynamicPreprocessors()