Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Ddeliver.c2035 gettlsa(mxhosts[0], NULL, &ste, RCPT_MXSECURE(to) ? TLSAFLADMX : 0, 0, m->m_port);
2643 0, m->m_port);
2794 dane_vrfy_ctx.dane_vrfy_port = m->m_port;
4312 0, m->m_port);
6918 if (m->m_port > 0)
6919 return m->m_port;
6935 m->m_port = (unsigned short) ulval;
6938 m->m_port);
6939 return m->m_port;
H A Dsendmail.h603 unsigned short m_port; /* port (if appropriate for mailer) */ member