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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.c793 RealHostName = newstr(p);
794 if (RealHostName[0] == '[')
831 if (!xla_host_ok(RealHostName))
3356 ** forward lookup of RealHostName does not match
3433 if (RealHostName == NULL)
3436 RealHostName = newstr(hostnamebyanyaddr(&RealHostAddr));
3437 if (strlen(RealHostName) > MAXNAME)
3438 RealHostName[MAXNAME] = '\0'; /* XXX - 1 ? */
3441 /* cross check RealHostName with forward DNS lookup */
3443 RealHostName[
[all...]
H A Dheaders.c1132 else if (RealHostName == NULL)
1134 else if (RealHostName[0] == '[')
1135 name = RealHostName;
1139 (void) sm_snprintf(hbuf, sizeof(hbuf), "%.80s", RealHostName);
H A Dcollect.c805 host = RealHostName;
H A Dsavemail.c1087 if (RealHostName != NULL)
1095 p, RealHostName);
H A Dmain.c2604 macid("{client_name}"), RealHostName);
2606 macid("{client_ptr}"), RealHostName);
2730 macdefine(&MainEnvelope.e_macro, A_PERM, 's', RealHostName);
H A Dutil.c2353 RealHostName == NULL ? "[UNKNOWN]" : RealHostName,
H A Denvelope.c1025 char *host = RealHostName;
H A Dsendmail.h2359 EXTERN char *RealHostName; /* name of host we are talking to */ variable
H A Ddeliver.c158 RealHostName == NULL ? "localhost" : RealHostName,
H A Dsrvrsmtp.c672 peerhostname = RealHostName;

Completed in 121 milliseconds