Home
last modified time | relevance | path

Searched refs:RuleOptEvalFunc (Results 1 – 4 of 4) sorted by relevance

/dports/security/snort3/snort3-3.1.19.0/src/detection/
H A Dtreenodes.h261 typedef int (* RuleOptEvalFunc)(void*, Cursor&, snort::Packet*); typedef
262 OptFpList* AddOptFuncToList(RuleOptEvalFunc, OptTreeNode*);
H A Dtreenodes.cc32 OptFpList* AddOptFuncToList(RuleOptEvalFunc ro_eval_func, OptTreeNode* otn) in AddOptFuncToList()
/dports/security/snort/snort-2.9.18/src/
H A Dplugbase.h99 typedef int (*RuleOptEvalFunc)(void *, Packet *); typedef
161 OptFpList * AddOptFuncToList(RuleOptEvalFunc, OptTreeNode *);
H A Dplugbase.c425 OptFpList * AddOptFuncToList(RuleOptEvalFunc ro_eval_func, OptTreeNode *otn) in AddOptFuncToList()