Searched refs:RealHostName (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | daemon.c | 793 RealHostName = newstr(p); 794 if (RealHostName[0] == '[') 831 if (!xla_host_ok(RealHostName)) 3433 if (RealHostName == NULL) 3436 RealHostName = newstr(hostnamebyanyaddr(&RealHostAddr)); 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); [all …]
|
H A D | headers.c | 1132 else if (RealHostName == NULL) 1134 else if (RealHostName[0] == '[') 1135 name = RealHostName; 1139 (void) sm_snprintf(hbuf, sizeof(hbuf), "%.80s", RealHostName);
|
H A D | savemail.c | 1089 if (RealHostName != NULL) 1097 p, RealHostName);
|
H A D | util.c | 2353 RealHostName == NULL ? "[UNKNOWN]" : RealHostName,
|
H A D | collect.c | 805 host = RealHostName;
|
H A D | main.c | 2604 macid("{client_name}"), RealHostName); 2606 macid("{client_ptr}"), RealHostName); 2730 macdefine(&MainEnvelope.e_macro, A_PERM, 's', RealHostName);
|
H A D | envelope.c | 1027 char *host = RealHostName;
|
H A D | sendmail.h | 2359 EXTERN char *RealHostName; /* name of host we are talking to */ variable
|
H A D | deliver.c | 158 RealHostName == NULL ? "localhost" : RealHostName,
|
H A D | srvrsmtp.c | 672 peerhostname = RealHostName;
|