Searched refs:smtp_reuse_addr (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/smtp/
H A Dsmtp_reuse.h16 extern SMTP_SESSION *smtp_reuse_addr(SMTP_STATE *, int);
H A Dsmtp_reuse.c19 /* SMTP_SESSION *smtp_reuse_addr(state, endp_key_flags)
39 /* smtp_reuse_addr() looks up a cached session by its server
162 * Can't happen. Both smtp_reuse_nexthop() and smtp_reuse_addr() decline
242 /* smtp_reuse_addr - reuse session cached under numerical address */
244 SMTP_SESSION *smtp_reuse_addr(SMTP_STATE *state, int endp_key_flags) function
H A Dsmtp_connect.c506 * We use smtp_reuse_nexthop() instead of smtp_reuse_addr(), so that we can
508 * may be). The smtp_reuse_addr() interface currently supports only reuse
690 * Currently, we use smtp_reuse_addr() only for SASL-unauthenticated
691 * connections. Furthermore, we rely on smtp_reuse_addr() to look up an
695 * In addition, we rely on smtp_reuse_addr() to look up an existing
725 if ((session = smtp_reuse_addr(state,
935 * Currently, we use smtp_reuse_addr() only for SASL-unauthenticated
936 * connections. Furthermore, we rely on smtp_reuse_addr() to look up
940 * In addition, we rely on smtp_reuse_addr() to look up an existing
972 || !(session = smtp_reuse_addr(stat
[all...]

Completed in 128 milliseconds