Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c559 char *volatile sendinghost; /* sending hostname */ local
1147 sendinghost = macvalue('s', e);
1156 if (sendinghost != NULL)
1157 sendinghost = sm_strdup_x(sendinghost);
2115 sendinghost = sm_strdup_x(p);
2316 if (sendinghost == NULL)
2317 sendinghost = peerhostname;
2337 if (sm_strcasecmp(sendinghost, peerhostname) != 0 &&
2339 sm_strcasecmp(sendinghost, MyHostName) != 0))
2342 CurSmtpClient, sendinghost);
[all …]