Lines Matching defs:reply

143 	r = reply(m, mci, e, TimeOuts.to_initial, esmtp_check, NULL, XS_GREET);
186 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.
396 ** firstline -- set if this is the first line of the reply.
600 ** This gets the relevant sasl response data out of the reply
605 ** firstline -- set if this is the first line of the reply.
1773 ** "Unlike a zero-length client answer to a 334 reply, a zero-
1796 /* get the reply */
1797 smtpresult = reply(m, mci, e, TimeOuts.to_auth, getsasldata, NULL,
1841 smtpresult = reply(m, mci, e, TimeOuts.to_auth,
1852 /* give an error reply to the other side! */
1863 smtpresult = reply(m, mci, e, TimeOuts.to_auth,
2184 r = reply(m, mci, e, TimeOuts.to_mail, NULL, &enhsc, XS_MAIL);
2193 /* service shutting down: handled by reply() */
2436 r = reply(m, mci, e, TimeOuts.to_rcpt, NULL, &enhsc, XS_RCPT);
2597 r = reply(m, mci, e, TimeOuts.to_datainit, NULL, &enhsc, XS_DATA);
2731 r = reply(m, mci, e, TimeOuts.to_datafinal, NULL, &enhsc, XS_EOM);
2802 ** The exit status corresponding to the reply code.
2819 r = reply(m, mci, e, TimeOuts.to_datafinal, NULL, &enhsc, XS_DATA2);
2905 (void) reply(m, mci, e, TimeOuts.to_quit, NULL, NULL, XS_QUIT);
2947 ** closes the connection if there is no reply to RSET.
2980 r = reply(m, mci, e, TimeOuts.to_rset, NULL, NULL, XS_DEFAULT);
2990 ** mci_state alone (MCIS_SSD can be set in reply()
2992 ** reply() gets a 421 and calls smtpquit()).
3010 ** closes the connection if there is no reply to RSET.
3029 r = reply(m, mci, e, TimeOuts.to_miscshort, NULL, NULL, XS_DEFAULT);
3035 ** REPLY -- read arpanet reply
3038 ** m -- the mailer we are reading the reply from.
3048 ** reply code it reads.
3055 reply(m, mci, e, timeout, pfunc, enhstat, rtype)
3084 sm_dprintf("reply\n");
3114 mci_close(mci, "reply:1");
3139 mci_close(mci, "reply:2");
3161 usrerr("451 4.4.1 reply: read error from %s",
3184 "reply(%.100s) during %s",
3244 /* decode the reply code */
3279 /* skip SMTP reply code, delimiters */
3302 /* first line of real reply -- ignore rest */
3315 /* reply code 421 is "Service Shutting Down" */