Home
last modified time | relevance | path

Searched refs:ip_nocontent (Results 1 – 3 of 3) sorted by relevance

/dports/security/snort/snort-2.9.18/src/sfutil/
H A Dsfportobject.h187 PortObject * ip_nocontent; member
/dports/security/snort/snort-2.9.18/src/
H A Dparser.c11312 rpt->ip_nocontent = PortObjectNew(); in PortTablesNew()
11313 if (rpt->ip_nocontent == NULL) in PortTablesNew()
11315 PortObjectAddPortAny(rpt->ip_nocontent); in PortTablesNew()
11518 RuleListSortUniq(port_tables->ip_nocontent->rule_list); in PortTablesFinish()
11598 if (port_tables->ip_nocontent) in PortTablesFree()
11599 PortObjectFree(port_tables->ip_nocontent); in PortTablesFree()
H A Dfpcreate.c2182 …if (fpCreateInitRuleMap(sc->prmIpRTNX, p->ip_src, p->ip_dst, p->ip_anyany, p->ip_nocontent, p->ns_… in fpCreateRuleMaps()