Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c3953 checksmtpattack(pcounter, maxcount, waitnow, cname, e) in checksmtpattack() argument
3954 volatile unsigned int *pcounter; in checksmtpattack()
3963 if (++(*pcounter) >= maxcount)
3968 if (*pcounter == maxcount && LogLevel > 5)
3972 CurSmtpClient, cname, *pcounter);
3974 shift = *pcounter - maxcount;
3979 #define IS_ATTACK(s) ((MaxChildren > 0 && *pcounter >= maxcount * 2) \
3983 (void) sleep(*pcounter / maxcount);
3984 s -= *pcounter / maxcount;