Searched refs:clflags (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/sendmail/src/ |
| HD | 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)) 442 clflags, cnt, ratelimit, 457 if ((clflags & SM_CLFL_EXC) != 0) 479 client_rate(now, saddr, clflags) in client_rate() argument 482 int clflags; [all …]
|