Home
last modified time | relevance | path

Searched refs:pt_mpxo_hash (Results 1 – 6 of 6) sorted by relevance

/dports/security/snort3/snort3-3.1.19.0/src/ports/
H A Dport_table.cc462 p->pt_mpxo_hash = mhashx; in PortTableCompileMergePortObjects()
687 if (p->pt_mpxo_hash) in PortTableFree()
688 delete p->pt_mpxo_hash; in PortTableFree()
696 delete p->pt_mpxo_hash; in PortTableFinalize()
697 p->pt_mpxo_hash = nullptr; in PortTableFinalize()
H A Dport_table.h57 snort::GHash* pt_mpxo_hash; member
/dports/security/snort/snort-2.9.18/src/
H A Dfpcreate.c1956 for( node=sfghash_findfirst(src->pt_mpxo_hash); in fpCreateInitRuleMap()
1958 node=sfghash_findnext(src->pt_mpxo_hash) ) in fpCreateInitRuleMap()
2004 for( node=sfghash_findfirst(dst->pt_mpxo_hash); in fpCreateInitRuleMap()
2006 node=sfghash_findnext(dst->pt_mpxo_hash) ) in fpCreateInitRuleMap()
2051 for( node=sfghash_findfirst(ns_src->pt_mpxo_hash); in fpCreateInitRuleMap()
2053 node=sfghash_findnext(ns_src->pt_mpxo_hash) ) in fpCreateInitRuleMap()
2102 for( node=sfghash_findfirst(ns_dst->pt_mpxo_hash); node; in fpCreateInitRuleMap()
2103 node=sfghash_findnext(ns_dst->pt_mpxo_hash) ) in fpCreateInitRuleMap()
/dports/security/snort3/snort3-3.1.19.0/src/detection/
H A Dfp_create.cc827 for (GHashNode* node = src->pt_mpxo_hash->find_first(); in fpCreateInitRuleMap()
829 node = src->pt_mpxo_hash->find_next()) in fpCreateInitRuleMap()
851 for (GHashNode* node = dst->pt_mpxo_hash->find_first(); in fpCreateInitRuleMap()
853 node = dst->pt_mpxo_hash->find_next()) in fpCreateInitRuleMap()
/dports/security/snort/snort-2.9.18/src/sfutil/
H A Dsfportobject.h142 SFGHASH * pt_mpxo_hash; member
H A Dsfportobject.c1638 if (p->pt_mpxo_hash) in PortTableFree()
1642 for (node = sfghash_findfirst(p->pt_mpxo_hash); in PortTableFree()
1644 node = sfghash_findnext(p->pt_mpxo_hash)) in PortTableFree()
1651 sfghash_delete(p->pt_mpxo_hash); in PortTableFree()
2312 p->pt_mpxo_hash = mhashx; in PortTableCompileMergePortObjects()