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

/freebsd-10.1-release/usr.sbin/ppp/
H A Dfilter.h48 * layout is designed to minimise size (there are 4 * MAXFILTERS of
73 #define MAXFILTERS 40 /* in each filter set */ macro
75 /* f_action values [0..MAXFILTERS) specify the next filter rule, others are: */
76 #define A_NONE (MAXFILTERS)
81 struct filterent rule[MAXFILTERS]; /* incoming packet filter */
H A Dfilter.c251 if (*argv == wp || ruleno >= MAXFILTERS) {
256 for (ruleno = 0; ruleno < MAXFILTERS; ruleno++) {
274 if (!*wp && val >= 0 && val < MAXFILTERS) {
441 if (act < MAXFILTERS) {
456 for (n = 0; n < MAXFILTERS; n++, fp++) {
567 for (fp = filter->rule, n = 0; n < MAXFILTERS; fp++, n++)
H A Dip.c282 for (n = 0; n < MAXFILTERS; ) {
H A Dbundle.c877 for (i = 0; i < MAXFILTERS; i++) {
/freebsd-10.1-release/contrib/sendmail/src/
H A Ddaemon.h45 struct milter *d_inputfilters[MAXFILTERS];
H A Dconf.h84 # define MAXFILTERS 25 /* max # of milter filters */ macro
H A Dmilter.c88 static char *MilterMacros[SMFIM_LAST + 1][MAXFILTERS + 1][MAXFILTERMACROS + 1];
2243 SM_ASSERT(idx >= 0 && idx <= MAXFILTERS);
2329 SM_ASSERT(m->mf_idx > 0 && m->mf_idx < MAXFILTERS);
4366 SM_ASSERT(idx >= 0 && idx <= MAXFILTERS);
4394 SM_ASSERT(idx >= 0 && idx <= MAXFILTERS);
H A Ddaemon.c938 (i < MAXFILTERS &&
944 if (i < MAXFILTERS)
2074 MAXFILTERS);
H A Dmain.c1930 milter_config(InputFilterList, InputFilters, MAXFILTERS);
H A Dsendmail.h1823 EXTERN struct milter *InputFilters[MAXFILTERS];

Completed in 288 milliseconds