Searched refs:pt_lrc (Results 1 – 6 of 6) sorted by relevance
/dports/security/snort3/snort3-3.1.19.0/src/ports/ |
H A D | rule_port_tables.cc | 45 src->pt_lrc = DEFAULT_LARGE_RULE_GROUP; in PortProto() 46 dst->pt_lrc = DEFAULT_LARGE_RULE_GROUP; in PortProto()
|
H A D | port_table.h | 64 int pt_lrc; /* large rule count, this many rules is a large group */ member
|
H A D | port_table.cc | 492 mhash, mhashx, plx_list, pol, pol_cnt, p->pt_lrc); in PortTableCompileMergePortObjects() 658 p->pt_lrc = PTBL_LRC_DEFAULT; /* 10 rules, user should really control these */ in PortTableNew()
|
/dports/security/snort/snort-2.9.18/src/sfutil/ |
H A D | sfportobject.h | 154 int pt_lrc; /* large rule count, this many rules is a large group */ member
|
H A D | sfportobject.c | 1603 p->pt_lrc = PTBL_LRC_DEFAULT; /* 10 rules, user should really control these */ in PortTableNew() 2314 …e(DEBUG_PORTLISTS,"***\n*** PortList-Merging, Large Rule groups must have %d rules\n",p->pt_lrc);); in PortTableCompileMergePortObjects() 2358 … PortTableCompileMergePortObjectList2( mhash, mhashx, plx_list, pol, pol_cnt, p->pt_lrc ); in PortTableCompileMergePortObjects() 3979 p->pt_lrc=lrc; // large rule count - primary in main()
|
/dports/security/snort/snort-2.9.18/src/ |
H A D | parser.c | 11378 rpt->tcp_src->pt_lrc = DEFAULT_LARGE_RULE_GROUP; in PortTablesNew() 11379 rpt->tcp_dst->pt_lrc = DEFAULT_LARGE_RULE_GROUP; in PortTablesNew() 11380 rpt->udp_src->pt_lrc = DEFAULT_LARGE_RULE_GROUP; in PortTablesNew() 11381 rpt->udp_dst->pt_lrc = DEFAULT_LARGE_RULE_GROUP; in PortTablesNew() 11382 rpt->icmp_src->pt_lrc= DEFAULT_LARGE_RULE_GROUP; in PortTablesNew() 11383 rpt->icmp_dst->pt_lrc= DEFAULT_LARGE_RULE_GROUP; in PortTablesNew() 11384 rpt->ip_src->pt_lrc = DEFAULT_LARGE_RULE_GROUP; in PortTablesNew() 11385 rpt->ip_dst->pt_lrc = DEFAULT_LARGE_RULE_GROUP; in PortTablesNew() 11437 rpt->ns_tcp_src->pt_lrc = DEFAULT_LARGE_RULE_GROUP; in PortTablesNew() 11438 rpt->ns_tcp_dst->pt_lrc = DEFAULT_LARGE_RULE_GROUP; in PortTablesNew() [all …]
|