Home
last modified time | relevance | path

Searched refs:PortTable (Results 1 – 25 of 25) sorted by relevance

/dports/security/snort/snort-2.9.18/src/sfutil/
H A Dsfportobject.h163 }PortTable; typedef
167 PortTable * tcp_src, * tcp_dst;
168 PortTable * udp_src, * udp_dst;
169 PortTable * icmp_src,* icmp_dst;
170 PortTable * ip_src, * ip_dst;
173 PortTable * ns_tcp_src, * ns_tcp_dst;
174 PortTable * ns_udp_src, * ns_udp_dst;
175 PortTable * ns_icmp_src,* ns_icmp_dst;
176 PortTable * ns_ip_src, * ns_ip_dst;
228 PortTable * PortTableNew (void);
[all …]
H A Dsfportobject.c1588 PortTable * PortTableNew(void) in PortTableNew()
1590 PortTable * p; in PortTableNew()
1592 p = (PortTable*) calloc(1,sizeof(PortTable)); in PortTableNew()
1609 void PortTableFree(PortTable *p) in PortTableFree()
2544 int PortTableConsistencyCheck( PortTable *p ) in PortTableConsistencyCheck()
2662 int PortTableCompile( PortTable * p ) in PortTableCompile()
2774 PortTable * p in PortTableSortUniqRules()
2824 void PortTablePrintInput( PortTable * p ) in PortTablePrintInput()
2838 void PortTablePrintInputEx( PortTable * p, in PortTablePrintInputEx()
2853 int PortTablePrintCompiledEx( PortTable * p , in PortTablePrintCompiledEx()
[all …]
/dports/security/snort3/snort3-3.1.19.0/src/ports/
H A Dport_table.h41 struct PortTable struct
74 PortTable* PortTableNew(); argument
75 void PortTableFree(PortTable*);
76 void PortTableFinalize(PortTable*);
80 int PortTableAddObject(PortTable*, PortObject*);
81 int PortTableCompile(PortTable*);
85 void PortTablePrintInputEx(PortTable*, rim_print_f);
88 void PortTablePrintInput(PortTable*);
89 void PortTablePrintUserRules(PortTable*);
90 void PortTablePrintRuleGroups(PortTable*);
[all …]
H A Dport_table.cc577 static void PortTableConsistencyCheck(PortTable* p) in PortTableConsistencyCheck()
612 static void PortTableConsistencyCheck2(PortTable* p) in PortTableConsistencyCheck2()
654 PortTable* PortTableNew() in PortTableNew()
656 PortTable* p = (PortTable*)snort_calloc(sizeof(PortTable)); in PortTableNew()
664 void PortTableFree(PortTable* p) in PortTableFree()
694 void PortTableFinalize(PortTable* p) in PortTableFinalize()
750 int PortTableCompile(PortTable* p) in PortTableCompile()
794 void PortTablePrintInput(PortTable* p) in PortTablePrintInput()
811 void PortTablePrintUserRules(PortTable* p) in PortTablePrintUserRules()
829 void PortTablePrintRuleGroups(PortTable* p) in PortTablePrintRuleGroups()
[all …]
H A Drule_port_tables.h26 struct PortTable;
30 PortTable* src;
31 PortTable* dst;
/dports/devel/dmucs/dmucs/COSMIC/EXE/
H A DSpm.c65 typedef struct PortTable_str PortTable; typedef
575 static PortTable *makePortTable( in makePortTable()
584 PortTable *p= NULL;
588 p= (PortTable *) malloc(sizeof(PortTable));
620 static void delPortTable(PortTable *p) in delPortTable()
623 PortTable *p; in delPortTable()
652 PortTable *p = NULL;
740 PortTable *p = NULL;
811 PortTable *p = NULL;
898 PortTable *p = NULL;
[all …]
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/rtosc/example/complex/
H A DFl_Osc_View.H30 class PortTable: public Fl_Table_Row
52 PortTable(int X, int Y, int W, int H, const char *L=0)
139 PortTable &p = *(PortTable*)w; in osc_view_cb()
158 PortTable *table;
162 table = new PortTable(0,0,400,400); in Fl_Osc_View()
181 PortTable *table = (PortTable*)t; in populate()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tfx/
H A Dtfx.cpp39 typedef std::map<std::string, TFxPort *> PortTable; typedef
148 PortTable m_portTable; //!< Name -> port map
396 PortTable::iterator it = m_imp->m_portTable.find(name); in addInputPort()
476 PortTable::iterator pBegin(m_imp->m_portTable.lower_bound(prefix)); in clearDynamicPortGroup()
477 PortTable::iterator pEnd(m_imp->m_portTable.lower_bound(prefixEnd)); in clearDynamicPortGroup()
563 PortTable::iterator it = m_imp->m_portTable.find(oldName); in renamePort()
585 PortTable::iterator it = m_imp->m_portTable.find(name); in getInputPort()
609 PortTable::iterator it = m_imp->m_portTable.begin(); in getTimeRegion()
/dports/security/snort3/snort3-3.1.19.0/src/main/
H A Dpolicy.h51 struct PortTable;
195 PortTable* nonamePortVarTable; /* un-named entries */
/dports/security/snort3/snort3-3.1.19.0/src/parser/
H A Dparse_rule.cc263 PortVarTable* pvt, PortTable* noname, const char* port_str) in ParsePortListTcpUdpPort()
346 RuleTreeNode* rtn, PortVarTable* pvt, PortTable* noname, in ParsePortList()
1253 PortTable* dstTable; in parse_rule_finish_ports()
1254 PortTable* srcTable; in parse_rule_finish_ports()
H A Dparser.cc172 static void finish_portlist_table(FastPatternConfig* fp, const char* s, PortTable* pt) in finish_portlist_table()
/dports/security/snort3/snort3-3.1.19.0/src/detection/
H A Dfp_create.cc810 PORT_RULE_MAP* prm, PortTable* src, PortTable* dst, PortObject* any) in fpCreateInitRuleMap()
1083 static void fpCreatePortTableRuleGroups(SnortConfig* sc, PortTable* p, PortObject2* poaa) in fpCreatePortTableRuleGroups()
1448 static void fp_sum_port_groups(PortTable* tab, unsigned c[PM_TYPE_MAX]) in fp_sum_port_groups()
H A Dfp_utils.cc357 const std::string& path, const char* proto, const char* end, PortTable* pt, db_io func) in port_io()
/dports/security/snort/snort-2.9.18/src/
H A Dfpcreate.c1923 PortTable * src, in fpCreateInitRuleMap()
1924 PortTable * dst, in fpCreateInitRuleMap()
1927 PortTable * ns_src, // TARGET_BASED in fpCreateInitRuleMap()
1928 PortTable * ns_dst )// TARGET_BASED in fpCreateInitRuleMap()
2577 static int fpCreatePortTablePortGroups(SnortConfig *sc, PortTable *p, PortObject2 *poaa) in fpCreatePortTablePortGroups()
H A Dparser.c784 static void finish_portlist_table(FastPatternConfig *, char *, PortTable *);
789 static PortObject * ParsePortListTcpUdpPort(PortVarTable *, PortTable *, char *);
790 static int ParsePortList(RuleTreeNode *, PortVarTable *, PortTable *, char *, int, int);
1258 PortTable *dstTable; in FinishPortListRule()
1259 PortTable *srcTable; in FinishPortListRule()
1261 PortTable *dstTable_noservice; in FinishPortListRule()
1262 PortTable *srcTable_noservice; in FinishPortListRule()
1597 PortTable *noname, char *port_str) in ParsePortListTcpUdpPort()
1760 static int ParsePortList(RuleTreeNode *rtn, PortVarTable *pvt, PortTable *noname, in ParsePortList()
9336 PortTable *nonamePortVarTable = p->nonamePortVarTable; in ParseRule()
[all …]
H A Dsnort.h633 PortTable *nonamePortVarTable; /* un-named entries */
/dports/net-mgmt/observium/observium/mibs/kti/
H A DKSD-800M-MIB75 PortTable OBJECT-TYPE
90 ::= { PortTable 1 }
H A DKS-1080-MIB74 PortTable OBJECT-TYPE
89 ::= { PortTable 1 }
/dports/net-mgmt/observium/observium/mibs/cabletron/
H A DELH100-MIB1091 -- PortTable
/dports/devel/dmucs/dmucs/COSMIC/DOC/
H A Dsockets.tex634 the servername has been inadvertently left in the PortMaster's PortTable.
638 PortTable. Note: it will \underline{not} close the associated Socket, nor
/dports/net-mgmt/observium/observium/mibs/microsoft/
H A DWINDOWS-NT-PERFORMANCE6551 rasportrAS-PortTable OBJECT-TYPE
6566 ::= { rasportrAS-PortTable 1 }
/dports/net-mgmt/observium/observium/mibs/symbol/
H A DSYMBOL-CC-WS2000-MIB18312 -- or the index in the PortTable - implementer's choice.
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/edgecos/
H A DECS4610-24F-MIB9577 unbound from the PortTable and the diffServClassMapTable."
/dports/net-mgmt/observium/observium/mibs/edgecore/
H A DECS4610-24F-MIB9577 unbound from the PortTable and the diffServClassMapTable."
H A DECS4610-50T-MIB11376 unbound from the PortTable and the diffServClassMapTable."