Home
last modified time | relevance | path

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

/dports/security/snort3/snort3-3.1.19.0/src/ports/
H A Drule_port_tables.cc45 src->pt_lrc = DEFAULT_LARGE_RULE_GROUP; in PortProto()
46 dst->pt_lrc = DEFAULT_LARGE_RULE_GROUP; in PortProto()
H A Dport_table.h64 int pt_lrc; /* large rule count, this many rules is a large group */ member
H A Dport_table.cc492 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 Dsfportobject.h154 int pt_lrc; /* large rule count, this many rules is a large group */ member
H A Dsfportobject.c1603 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 Dparser.c11378 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 …]