OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PSC_SEND_REPLY
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/postscreen/
postscreen_starttls.c
153
PSC_SEND_REPLY
(smtp_state,
168
PSC_SEND_REPLY
(smtp_state,
179
PSC_SEND_REPLY
(smtp_state, "220 2.0.0 Ready to start TLS\r\n");
235
PSC_SEND_REPLY
(smtp_state,
261
PSC_SEND_REPLY
(smtp_state,
293
PSC_SEND_REPLY
(smtp_state,
postscreen_smtpd.c
291
return (
PSC_SEND_REPLY
(state, "501 Syntax: HELO hostname\r\n"));
296
return (
PSC_SEND_REPLY
(state, psc_smtpd_helo_reply));
369
return (
PSC_SEND_REPLY
(state, "501 Syntax: EHLO hostname\r\n"));
400
return (
PSC_SEND_REPLY
(state, reply));
440
return (
PSC_SEND_REPLY
(state, "501 5.5.4 Syntax: STARTTLS\r\n"));
442
return (
PSC_SEND_REPLY
(state,
445
return (
PSC_SEND_REPLY
(state,
523
return (
PSC_SEND_REPLY
(state,
526
return (
PSC_SEND_REPLY
(state,
529
return (
PSC_SEND_REPLY
(state
[
all
...]
postscreen_send.c
13
/* int
psc_send_reply
(state, text)
17
/* int
PSC_SEND_REPLY
(state, text)
26
/*
psc_send_reply
() sends the specified text to the specified
31
/*
psc_send_reply
() does a best effort to send the reply, but
35
/*
PSC_SEND_REPLY
() is a legacy wrapper for
psc_send_reply
().
129
/*
psc_send_reply
- send reply to remote SMTP client */
131
int
psc_send_reply
(PSC_STATE *state, const char *text)
function
151
* dummy SMTP engine calls the
psc_send_reply
() output routine. We do
251
PSC_SEND_REPLY
(state, "421 4.3.2 All server ports are busy\r\n")
[
all
...]
postscreen_misc.c
140
(void)
PSC_SEND_REPLY
(state, state->final_reply);
postscreen_early.c
344
&&
PSC_SEND_REPLY
(state, psc_teaser_greeting) != 0) {
postscreen.h
549
#define
PSC_SEND_REPLY
psc_send_reply
/* legacy macro */
551
extern int
psc_send_reply
(PSC_STATE *, const char *);
Completed in 45 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026