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_STATE
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/smtp/
smtp_reuse.h
16
extern void smtp_save_session(
SMTP_STATE
*, int, int);
17
extern SMTP_SESSION *smtp_reuse_nexthop(
SMTP_STATE
*, int);
18
extern SMTP_SESSION *smtp_reuse_addr(
SMTP_STATE
*, int);
smtp_sasl.h
24
extern int smtp_sasl_helo_login(
SMTP_STATE
*);
smtp_state.c
1
/* $NetBSD:
smtp_state
.c,v 1.5 2026/05/09 18:49:20 christos Exp $ */
5
/*
smtp_state
3
11
/*
SMTP_STATE
*smtp_state_alloc()
14
/*
SMTP_STATE
*state;
69
SMTP_STATE
*smtp_state_alloc(void)
71
SMTP_STATE
*state = (
SMTP_STATE
*) mymalloc(sizeof(*state));
116
void smtp_state_free(
SMTP_STATE
*state)
smtp.h
75
struct
SMTP_STATE
*parent; /* parent linkage */
191
typedef struct
SMTP_STATE
{
251
}
SMTP_STATE
;
468
SMTP_STATE
*state; /* back link */
486
extern int smtp_connect(
SMTP_STATE
*);
492
extern int smtp_helo(
SMTP_STATE
*);
493
extern int smtp_xfer(
SMTP_STATE
*);
494
extern int smtp_rset(
SMTP_STATE
*);
495
extern int smtp_quit(
SMTP_STATE
*);
691
extern void smtp_rcpt_cleanup(
SMTP_STATE
*);
[
all
...]
smtp_tlsrpt.c
16
/*
SMTP_STATE
*state,
20
/*
SMTP_STATE
*state)
23
/*
SMTP_STATE
*state)
26
/*
SMTP_STATE
*state,
222
void smtp_tlsrpt_create_wrapper(
SMTP_STATE
*state, const char *domain)
276
static void smtp_tlsrpt_set_no_policy(
SMTP_STATE
*state)
286
static void smtp_tlsrpt_set_dane_policy(
SMTP_STATE
*state)
309
static void smtp_tlsrpt_set_ext_policy(
SMTP_STATE
*state)
345
void smtp_tlsrpt_set_tls_policy(
SMTP_STATE
*state)
361
/* smtp_tlsrpt_set_tcp_connection - set TCP connection info from
SMTP_STATE
*/
[
all
...]
smtp_reuse.c
13
/*
SMTP_STATE
*state;
18
/*
SMTP_STATE
*state;
22
/*
SMTP_STATE
*state;
113
void smtp_save_session(
SMTP_STATE
*state, int name_key_flags,
170
static SMTP_SESSION *smtp_reuse_common(
SMTP_STATE
*state, int fd,
219
SMTP_SESSION *smtp_reuse_nexthop(
SMTP_STATE
*state, int name_key_flags)
246
SMTP_SESSION *smtp_reuse_addr(
SMTP_STATE
*state, int endp_key_flags)
smtp_trouble.c
12
/*
SMTP_STATE
*state;
15
/*
SMTP_STATE
*state;
21
/*
SMTP_STATE
*state;
27
/*
SMTP_STATE
*state;
34
/*
SMTP_STATE
*state;
39
/*
SMTP_STATE
*state;
223
static int smtp_bulk_fail(
SMTP_STATE
*state, int flags)
324
int smtp_sess_fail(
SMTP_STATE
*state)
337
static void vsmtp_fill_dsn(
SMTP_STATE
*state, const char *mta_name,
372
int smtp_misc_fail(
SMTP_STATE
*state, int flags, const char *mta_name
[
all
...]
smtp_rcpt.c
12
/*
SMTP_STATE
*state;
15
/*
SMTP_STATE
*state;
19
/*
SMTP_STATE
*state;
25
/* void smtp_rcpt_cleanup(
SMTP_STATE
*state)
26
/*
SMTP_STATE
*state;
29
/*
SMTP_STATE
*state;
32
/*
SMTP_STATE
*state;
35
/*
SMTP_STATE
*state;
144
void smtp_rcpt_done(
SMTP_STATE
*state, SMTP_RESP *resp, RECIPIENT *rcpt)
202
void smtp_rcpt_cleanup(
SMTP_STATE
*state
[
all
...]
smtp_sasl_proto.c
12
/*
SMTP_STATE
*state;
16
/*
SMTP_STATE
*state;
122
int smtp_sasl_helo_login(
SMTP_STATE
*state)
smtp_tls_policy_test.c
333
SMTP_STATE
*state = smtp_state_alloc();
380
SMTP_STATE
*state = smtp_state_alloc();
424
SMTP_STATE
*state = smtp_state_alloc();
474
SMTP_STATE
*state = smtp_state_alloc();
512
SMTP_STATE
*state = smtp_state_alloc();
550
SMTP_STATE
*state = smtp_state_alloc();
smtp_proto.c
12
/*
SMTP_STATE
*state;
15
/*
SMTP_STATE
*state;
18
/*
SMTP_STATE
*state;
21
/*
SMTP_STATE
*state;
261
static int smtp_start_tls(
SMTP_STATE
*);
297
int smtp_helo(
SMTP_STATE
*state)
978
static int smtp_start_tls(
SMTP_STATE
*state)
1364
const
SMTP_STATE
*state = (
SMTP_STATE
*) context;
1381
SMTP_STATE
*state = (SMTP_STATE *) context
[
all
...]
smtp_key.c
165
SMTP_STATE
*state = iter->parent; /* private member */
smtp_connect.c
12
/*
SMTP_STATE
*state;
404
static void smtp_cleanup_session(
SMTP_STATE
*state)
487
static void smtp_cache_policy(
SMTP_STATE
*state, const char *dest)
507
static int smtp_get_effective_tls_level(DSN_BUF *why,
SMTP_STATE
*state)
598
static void smtp_connect_local(
SMTP_STATE
*state, const char *path)
797
static int smtp_reuse_session(
SMTP_STATE
*state, DNS_RR **addr_list,
915
static void smtp_connect_inet(
SMTP_STATE
*state, const char *nexthop,
1392
int smtp_connect(
SMTP_STATE
*state)
smtp_sasl_glue.c
167
SMTP_STATE
*state = session->state;
smtp.c
1290
SMTP_STATE
*state;
Completed in 26 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026