Searched refs:SMTP_MISC_FLAG_FIRST_NEXTHOP (Results 1 – 2 of 2) sorted by relevance
909 for (cpp = sites->argv, (state->misc_flags |= SMTP_MISC_FLAG_FIRST_NEXTHOP); in smtp_connect_inet()911 cpp++, (state->misc_flags &= ~SMTP_MISC_FLAG_FIRST_NEXTHOP)) { in smtp_connect_inet()1057 if (addr_list && (state->misc_flags & SMTP_MISC_FLAG_FIRST_NEXTHOP)) { in smtp_connect_inet()
309 #define SMTP_MISC_FLAG_FIRST_NEXTHOP (1<<2) macro