Home
last modified time | relevance | path

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))
3433 if (RealHostName == NULL)
3437 if (strlen(RealHostName) > MAXNAME)
3438 RealHostName[MAXNAME] = '\0'; /* XXX - 1 ? */
3443 RealHostName[0] != '[')
3468 hp = sm_gethostbyname(RealHostName, family);
3704 RealHostName == NULL ? "localhost" : RealHostName);
3730 if (RealHostName == NULL)
[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 Dsavemail.c1089 if (RealHostName != NULL)
1097 p, RealHostName);
H A Dutil.c2353 RealHostName == NULL ? "[UNKNOWN]" : RealHostName,
H A Dcollect.c805 host = 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 Denvelope.c1027 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;