Home
last modified time | relevance | path

Searched refs:rule_port_tables_t (Results 1 – 5 of 5) sorted by relevance

/dports/security/snort/snort-2.9.18/src/sfutil/
H A Dsfportobject.h189 }rule_port_tables_t; typedef
/dports/security/snort/snort-2.9.18/src/
H A Dparser.h250 void PortTablesFree(rule_port_tables_t *);
H A Dfpcreate.c91 static int fpCreatePortGroups(SnortConfig *, rule_port_tables_t *);
2157 static int fpCreateRuleMaps(SnortConfig *sc, rule_port_tables_t *p) in fpCreateRuleMaps()
2623 static int fpCreatePortGroups(SnortConfig *sc, rule_port_tables_t *p) in fpCreatePortGroups()
3345 rule_port_tables_t *port_tables; in fpCreateFastPacketDetection()
H A Dparser.c785 static void PortTablesFinish(rule_port_tables_t *, FastPatternConfig *);
786 static rule_port_tables_t * PortTablesNew(void);
787 static int FinishPortListRule(rule_port_tables_t *, RuleTreeNode *, OptTreeNode *,
1251 static int FinishPortListRule(rule_port_tables_t *port_tables, RuleTreeNode *rtn, OptTreeNode *otn, in FinishPortListRule()
11291 static rule_port_tables_t * PortTablesNew(void) in PortTablesNew()
11293 rule_port_tables_t *rpt = in PortTablesNew()
11294 (rule_port_tables_t *)SnortAlloc(sizeof(rule_port_tables_t)); in PortTablesNew()
11450 static void PortTablesFinish(rule_port_tables_t *port_tables, FastPatternConfig *fp) in PortTablesFinish()
11561 void PortTablesFree(rule_port_tables_t *port_tables) in PortTablesFree()
H A Dsnort.h924 rule_port_tables_t *port_tables;