Searched refs:psc_send_reply (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_send.c11 /* int psc_send_reply(state, text)
22 /* psc_send_reply() sends the specified text to the specified
27 /* psc_send_reply() does a best effort to send the reply, but
31 /* PSC_SEND_REPLY() is a legacy wrapper for psc_send_reply().
80 /* psc_send_reply - send reply to remote SMTP client */
82 int psc_send_reply(PSC_STATE *state, const char *text) function
100 * dummy SMTP engine calls the psc_send_reply() output routine. We do
H A Dpostscreen.h448 #define PSC_SEND_REPLY psc_send_reply /* legacy macro */
449 extern int psc_send_reply(PSC_STATE *, const char *);

Completed in 169 milliseconds