Searched defs:sm_nrcpts (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c353 unsigned int sm_nrcpts; /* number of successful RCPT commands */ member in struct:__anon1391
471 if (smtp.sm_nrcpts > 0) \
474 smtp.sm_nrcpts = 0; \
648 smtp.sm_nrcpts = 0;
2353 smtp.sm_nrcpts = 0;
2564 smtp.sm_nrcpts == 0 ||
2566 (smtp.sm_nrcpts + n_badrcpts) >=
2618 smtp.sm_nrcpts >= MaxRcptPerMsg)
2801 if (smtp.sm_nrcpts == 0)
2806 smtp.sm_nrcpts
[all...]

Completed in 49 milliseconds