Postfix3.3.1
smtp_reuse.h
[詳解]
1 /*++
2 /* NAME
3 /* smtp_reuse 3h
4 /* SUMMARY
5 /* SMTP session cache glue
6 /* SYNOPSIS
7 /* #include <smtp_reuse.h>
8 /* DESCRIPTION
9 /* .nf
10 
11  /*
12  * Internal interfaces.
13  */
14 extern void smtp_save_session(SMTP_STATE *, int, int);
17 
18 /* LICENSE
19 /* .ad
20 /* .fi
21 /* The Secure Mailer license must be distributed with this software.
22 /* AUTHOR(S)
23 /* Wietse Venema
24 /* IBM T.J. Watson Research
25 /* P.O. Box 704
26 /* Yorktown Heights, NY 10598, USA
27 /*--*/
SMTP_SESSION * smtp_reuse_addr(SMTP_STATE *, int)
Definition: smtp_reuse.c:241
SMTP_SESSION * smtp_reuse_nexthop(SMTP_STATE *, int)
Definition: smtp_reuse.c:208
void smtp_save_session(SMTP_STATE *, int, int)
Definition: smtp_reuse.c:105