Home
last modified time | relevance | path

Searched refs:SMTP_MISC_FLAG_FINAL_NEXTHOP (Results 1 – 2 of 2) sorted by relevance

/dports/mail/postfix-current/postfix-3.7-20211107/src/smtp/
H A Dsmtp_connect.c708 if ((state->misc_flags & SMTP_MISC_FLAG_FINAL_NEXTHOP) in smtp_reuse_session()
765 if ((state->misc_flags & SMTP_MISC_FLAG_FINAL_NEXTHOP) in smtp_reuse_session()
845 state->misc_flags |= SMTP_MISC_FLAG_FINAL_NEXTHOP; in smtp_connect_inet()
888 state->misc_flags |= SMTP_MISC_FLAG_FINAL_NEXTHOP; in smtp_connect_inet()
896 state->misc_flags |= SMTP_MISC_FLAG_FINAL_NEXTHOP; in smtp_connect_inet()
1018 if ((state->misc_flags & SMTP_MISC_FLAG_FINAL_NEXTHOP) in smtp_connect_inet()
1048 if ((state->misc_flags & SMTP_MISC_FLAG_FINAL_NEXTHOP) in smtp_connect_inet()
1079 if (state->misc_flags & SMTP_MISC_FLAG_FINAL_NEXTHOP) in smtp_connect_inet()
H A Dsmtp.h263 #define SMTP_MISC_FLAG_FINAL_NEXTHOP (1<<3) macro