Searched refs:clflags (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | ratectrl.c | 259 conn_limits(e, now, saddr, clflags, hashary, ratelimit, conclimit) in conn_limits() argument 263 int clflags; 321 if ((clflags & (SM_CLFL_UPDATE|SM_CLFL_EXC)) != 0) 380 if ((clflags & SM_CLFL_UPDATE) != 0) 395 if (ct != NULL && ((clflags & SM_CLFL_EXC) != 0)) 408 if (chBest != NULL && ((clflags & SM_CLFL_EXC) != 0)) 441 clflags, cnt, ratelimit, 456 if ((clflags & SM_CLFL_EXC) != 0) 478 client_rate(now, saddr, clflags) in client_rate() argument 481 int clflags; [all …]
|