OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smtp_client_stream
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/postscreen/
postscreen_endpt.c
11
/* void psc_endpt_lookup(
smtp_client_stream
, lookup_done)
12
/* VSTREAM *
smtp_client_stream
;
13
/* void (*lookup_done)(status,
smtp_client_stream
,
22
/* void psc_endpt_local_lookup(
smtp_client_stream
, lookup_done)
23
/* VSTREAM *
smtp_client_stream
;
24
/* void (*lookup_done)(status,
smtp_client_stream
,
117
void psc_endpt_local_lookup(VSTREAM *
smtp_client_stream
,
135
getpeername(vstream_fileno(
smtp_client_stream
), (struct sockaddr *)
161
getsockname(vstream_fileno(
smtp_client_stream
),
184
lookup_done(status,
smtp_client_stream
,
[
all
...]
postscreen_starttls.c
123
vstream_fileno(smtp_state->
smtp_client_stream
),
162
vstream_fileno(smtp_state->
smtp_client_stream
)) < 0) {
190
vstream_fpurge(smtp_state->
smtp_client_stream
, VSTREAM_PURGE_BOTH);
191
vstream_control(smtp_state->
smtp_client_stream
,
213
vstream_fileno(smtp_state->
smtp_client_stream
),
301
myname, fd, vstream_fileno(smtp_state->
smtp_client_stream
),
postscreen_send.c
176
ret = write(vstream_fileno(state->
smtp_client_stream
),
225
vstream_fileno(state->
smtp_client_stream
),
260
vstream_fileno(state->
smtp_client_stream
)) < 0
postscreen_early.c
117
event, vstream_fileno(state->
smtp_client_stream
),
121
PSC_CLEAR_EVENT_REQUEST(vstream_fileno(state->
smtp_client_stream
),
233
if ((read_count = recv(vstream_fileno(state->
smtp_client_stream
),
364
PSC_READ_EVENT_REQUEST(vstream_fileno(state->
smtp_client_stream
),
postscreen_state.c
169
if ((state->
smtp_client_stream
= stream) != 0)
238
if (state->
smtp_client_stream
!= 0) {
postscreen_smtpd.c
186
vstream_ungetc((state)->
smtp_client_stream
, (ch))
188
VSTREAM_GETC((state)->
smtp_client_stream
)
192
&& vstream_peek((state)->
smtp_client_stream
) <= 0)
195
vstream_peek_data((state)->
smtp_client_stream
)
197
vstream_peek((state)->
smtp_client_stream
)
224
PSC_READ_EVENT_REQUEST2(vstream_fileno((state)->
smtp_client_stream
), \
232
PSC_CLEAR_EVENT_REQUEST(vstream_fileno((state)->
smtp_client_stream
), \
270
PSC_CLEAR_EVENT_REQUEST(vstream_fileno((state)->
smtp_client_stream
), \
276
PSC_CLEAR_EVENT_REQUEST(vstream_fileno((state)->
smtp_client_stream
), \
724
event, vstream_fileno(state->
smtp_client_stream
),
[
all
...]
postscreen.c
661
static void psc_service(VSTREAM *
smtp_client_stream
,
682
non_blocking(vstream_fileno(
smtp_client_stream
), NON_BLOCKING);
687
psc_endpt_lookup(
smtp_client_stream
, psc_endpt_lookup_done);
703
VSTREAM *
smtp_client_stream
,
718
(void) write(vstream_fileno(
smtp_client_stream
),
721
event_server_disconnect(
smtp_client_stream
);
737
state = psc_new_session_state(
smtp_client_stream
, smtp_client_addr->buf,
postscreen.h
74
VSTREAM *
smtp_client_stream
; /* remote SMTP client */
member in struct:__anon23160
467
event_server_disconnect((state)->
smtp_client_stream
); \
468
(state)->
smtp_client_stream
= 0; \
Completed in 89 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026