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

/osnet-11/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c559 char *volatile sendinghost; /* sending hostname */ local
1136 sendinghost = macvalue('s', e);
1144 /* sendinghost's storage must outlive the current envelope */
1145 if (sendinghost != NULL)
1146 sendinghost = sm_strdup_x(sendinghost);
2119 sendinghost = sm_strdup_x(p);
2319 if (sendinghost == NULL)
2320 sendinghost = peerhostname;
2340 if (sm_strcasecmp(sendinghost, peerhostnam
[all...]

Completed in 24 milliseconds