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

/freebsd-9.3-release/contrib/sendmail/src/
H A Dsrvrsmtp.c560 char *volatile sendinghost; /* sending hostname */ local
1137 sendinghost = macvalue('s', e);
1145 /* sendinghost's storage must outlive the current envelope */
1146 if (sendinghost != NULL)
1147 sendinghost = sm_strdup_x(sendinghost);
2127 sendinghost = sm_strdup_x(p);
2327 if (sendinghost == NULL)
2328 sendinghost = peerhostname;
2348 if (sm_strcasecmp(sendinghost, peerhostnam
[all...]

Completed in 102 milliseconds