Home
last modified time | relevance | path

Searched refs:count_rec (Results 1 – 12 of 12) sorted by relevance

/dports/security/silktools/silk-3.19.1/src/rwtotal/
H A Drwtotal.c31 #define IS_RECORD_WITHIN_LIMITS(count_rec, i) \ argument
32 ((count_rec)[(i) + C_RECS] >= bounds[C_RECS] && \
33 (count_rec)[(i) + C_RECS] <= bounds[NUM_TOTALS + C_RECS] && \
34 (count_rec)[(i) + C_BYTES] >= bounds[C_BYTES] && \
35 (count_rec)[(i) + C_BYTES] <= bounds[NUM_TOTALS + C_BYTES] && \
36 (count_rec)[(i) + C_PKTS] >= bounds[C_PKTS] && \
37 (count_rec)[(i) + C_PKTS] <= bounds[NUM_TOTALS + C_PKTS])
/dports/security/denyhosts/DenyHosts-3.1.2/DenyHosts/
H A Dloginattempt.py226 invalid_hosts = [host for host, count_rec in list(self.__abusive_hosts_invalid.items())
227 if count_rec.get_count() > self.__deny_threshold_invalid]
229 root_hosts = [host for host, count_rec in list(self.__abusive_hosts_root.items())
230 if count_rec.get_count() > self.__deny_threshold_root]
232 … restricted_hosts = [host for host, count_rec in list(self.__abusive_hosts_restricted.items())
233 if count_rec.get_count() > self.__deny_threshold_restricted]
235 valid_hosts = [host for host, count_rec in list(self.__abusive_hosts_valid.items())
236 if count_rec.get_count() > self.__deny_threshold_valid]
H A Dcounter.py64 count_rec = CounterRecord(0)
66 self.__setitem__(k, count_rec)
69 return count_rec
/dports/mail/mailfront/mailfront-2.22/
H A Dplugin-counters.c15 static unsigned count_rec; /* Count of the Received: headers */ variable
130 count_rec = 0; in start()
164 if (++count_rec > maxhops) in block()
/dports/security/silktools/silk-3.19.1/src/rwaddrcount/
H A Drwaddrcount.c85 #define IS_RECORD_WITHIN_LIMITS(count_rec) \ argument
86 ((count_rec)->cr_bytes >= min_bytes && \
87 (count_rec)->cr_packets >= min_packets && \
88 (count_rec)->cr_records >= min_records && \
89 (count_rec)->cr_bytes <= max_bytes && \
90 (count_rec)->cr_packets <= max_packets && \
91 (count_rec)->cr_records <= max_records)
/dports/math/snns/SNNSv4.3/kernel/sources/
H A Dkr_art1.c1700 int count_rec; in kra1_LinksToDelUnits() local
1733 count_rec = 0; in kra1_LinksToDelUnits()
1739 if ((UNIT_REFRESHED (link_ptr->to)) || (count_rec > 0)) { in kra1_LinksToDelUnits()
1744 count_rec++; in kra1_LinksToDelUnits()
1754 if (count_rec != 1) { in kra1_LinksToDelUnits()
1986 int count_rec; in kra1_LinksToSpecUnits() local
2095 count_rec = 0; in kra1_LinksToSpecUnits()
2106 count_rec++; in kra1_LinksToSpecUnits()
2143 if ((count_inp != NoOfInputUnits) || (count_rec != Art1_NoOfRecUnits)) { in kra1_LinksToSpecUnits()
H A Dkr_art2.c1955 int count_u, count_rec; in kra2_LinksToPUnits() local
1963 count_rec = 0; in kra2_LinksToPUnits()
1975 count_rec++; in kra2_LinksToPUnits()
1983 if ((count_u != 1) || (count_rec != Art2_NoOfRecUnits)) { in kra2_LinksToPUnits()
2139 int count_rec; in kra2_LinksToRstUnits() local
2146 count_rec = 0; in kra2_LinksToRstUnits()
2151 if ((UNIT_REFRESHED (link_ptr->to)) || (count_rec > 0)) { in kra2_LinksToRstUnits()
2155 count_rec++; in kra2_LinksToRstUnits()
2163 if (count_rec != 1) { in kra2_LinksToRstUnits()
H A Dkr_amap.c3501 int count_rec; in kram_LinksToDelUnits_a() local
3534 count_rec = 0; in kram_LinksToDelUnits_a()
3540 count_rec++; in kram_LinksToDelUnits_a()
3555 if (count_rec != 1) { in kram_LinksToDelUnits_a()
3787 int count_rec; in kram_LinksToSpecUnits_a() local
3895 count_rec = 0; in kram_LinksToSpecUnits_a()
3906 count_rec++; in kram_LinksToSpecUnits_a()
4411 count_rec = 0; in kram_LinksToDelUnits_b()
4418 count_rec++; in kram_LinksToDelUnits_b()
4779 count_rec = 0; in kram_LinksToSpecUnits_b()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/edac/
H A Daspeed_edac.c92 static void count_rec(struct mem_ctl_info *mci, u8 rec_cnt, u32 rec_addr) in count_rec() function
190 count_rec(mci, rec_cnt, rec_addr); in mcr_isr()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/edac/
H A Daspeed_edac.c92 static void count_rec(struct mem_ctl_info *mci, u8 rec_cnt, u32 rec_addr) in count_rec() function
190 count_rec(mci, rec_cnt, rec_addr); in mcr_isr()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/edac/
H A Daspeed_edac.c92 static void count_rec(struct mem_ctl_info *mci, u8 rec_cnt, u32 rec_addr) in count_rec() function
190 count_rec(mci, rec_cnt, rec_addr); in mcr_isr()
/dports/print/texlive-base/texlive-20150521-source/texk/tex4htk/
H A Dtex4ht.c506 struct count_rec{ struct
510 struct count_rec* next; argument
794 static struct count_rec *counter = (struct count_rec *) 0;
10200 struct count_rec *q;
10212 q = m_alloc(struct count_rec, 1);