Lines Matching defs:reply

36 #define REPLYCLASS(r)	(((r) / 10) % 10)	/* second digit of reply code */
139 r = reply(m, mci, e, TimeOuts.to_initial, esmtp_check, NULL,
183 r = reply(m, mci, e,
239 r = reply(m, mci, e, TimeOuts.to_miscshort, NULL, &enhsc,
277 ** firstline -- set if this is the first line of the reply.
388 ** firstline -- set if this is the first line of the reply.
590 ** This gets the relevant sasl response data out of the reply
595 ** firstline -- set if this is the first line of the reply.
1767 ** "Unlike a zero-length client answer to a 334 reply, a zero-
1790 /* get the reply */
1791 smtpresult = reply(m, mci, e, TimeOuts.to_auth, getsasldata, NULL,
1835 smtpresult = reply(m, mci, e, TimeOuts.to_auth,
1846 /* give an error reply to the other side! */
1857 smtpresult = reply(m, mci, e, TimeOuts.to_auth,
2178 r = reply(m, mci, e, TimeOuts.to_mail, NULL, &enhsc, XS_DEFAULT);
2187 /* service shutting down: handled by reply() */
2430 r = reply(m, mci, e, TimeOuts.to_rcpt, NULL, &enhsc, XS_DEFAULT);
2591 r = reply(m, mci, e, TimeOuts.to_datainit, NULL, &enhsc, XS_DEFAULT);
2725 r = reply(m, mci, e, TimeOuts.to_datafinal, NULL, &enhsc, XS_DEFAULT);
2793 ** The exit status corresponding to the reply code.
2810 r = reply(m, mci, e, TimeOuts.to_datafinal, NULL, &enhsc, XS_DEFAULT);
2896 (void) reply(m, mci, e, TimeOuts.to_quit, NULL, NULL,
2939 ** closes the connection if there is no reply to RSET.
2972 r = reply(m, mci, e, TimeOuts.to_rset, NULL, NULL, XS_DEFAULT);
2982 ** mci_state alone (MCIS_SSD can be set in reply()
2984 ** reply() gets a 421 and calls smtpquit()).
3002 ** closes the connection if there is no reply to RSET.
3021 r = reply(m, mci, e, TimeOuts.to_miscshort, NULL, NULL, XS_DEFAULT);
3027 ** REPLY -- read arpanet reply
3030 ** m -- the mailer we are reading the reply from.
3040 ** reply code it reads.
3047 reply(m, mci, e, timeout, pfunc, enhstat, rtype)
3076 sm_dprintf("reply\n");
3106 mci_close(mci, "reply:1");
3131 mci_close(mci, "reply:2");
3153 usrerr("451 4.4.1 reply: read error from %s",
3176 "reply(%.100s) during %s",
3238 /* decode the reply code */
3249 /* first line of real reply -- ignore rest */
3262 /* reply code 421 is "Service Shutting Down" */