Searched refs:MAXFILTERS (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/usr.sbin/ppp/
H A Dfilter.h50 * layout is designed to minimise size (there are 4 * MAXFILTERS of
75 #define MAXFILTERS 40 /* in each filter set */ macro
77 /* f_action values [0..MAXFILTERS) specify the next filter rule, others are: */
78 #define A_NONE (MAXFILTERS)
83 struct filterent rule[MAXFILTERS]; /* incoming packet filter */
H A Dfilter.c253 if (*argv == wp || ruleno >= MAXFILTERS) {
258 for (ruleno = 0; ruleno < MAXFILTERS; ruleno++) {
276 if (!*wp && val >= 0 && val < MAXFILTERS) {
443 if (act < MAXFILTERS) {
458 for (n = 0; n < MAXFILTERS; n++, fp++) {
569 for (fp = filter->rule, n = 0; n < MAXFILTERS; fp++, n++)
H A Dip.c284 for (n = 0; n < MAXFILTERS; ) {
H A Dbundle.c876 for (i = 0; i < MAXFILTERS; i++) {
/freebsd-13-stable/contrib/sendmail/src/
H A Ddaemon.h45 struct milter *d_inputfilters[MAXFILTERS];
H A Dconf.h85 # define MAXFILTERS 25 /* max # of milter filters */ macro
H A Dmilter.c88 static char *MilterMacros[SMFIM_LAST + 1][MAXFILTERS + 1][MAXFILTERMACROS + 1];
2241 SM_ASSERT(idx >= 0 && idx <= MAXFILTERS);
2329 SM_ASSERT(m->mf_idx > 0 && m->mf_idx < MAXFILTERS);
4390 SM_ASSERT(idx >= 0 && idx <= MAXFILTERS);
4418 SM_ASSERT(idx >= 0 && idx <= MAXFILTERS);
H A Ddaemon.c967 (i < MAXFILTERS &&
973 if (i < MAXFILTERS)
2093 MAXFILTERS);
H A Dmain.c1947 milter_config(InputFilterList, InputFilters, MAXFILTERS);
H A Dsendmail.h1975 EXTERN struct milter *InputFilters[MAXFILTERS];

Completed in 874 milliseconds