Lines Matching refs:RealHostName
819 RealHostName = newstr(p);
820 if (RealHostName[0] == '[')
868 if (!xla_host_ok(RealHostName))
3655 if (RealHostName == NULL)
3658 RealHostName = newstr(hostnamebyanyaddr(&RealHostAddr));
3659 if (strlen(RealHostName) > MAXNAME)
3660 RealHostName[MAXNAME] = '\0'; /* XXX - 1 ? */
3665 RealHostName[0] == '[')
3692 hp = sm_gethostbyname(RealHostName, family);
3922 RealHostName == NULL ? "localhost" : RealHostName);
3948 if (RealHostName == NULL)
3954 (void) sm_strlcpy(hbuf, RealHostName, sizeof(hbuf));
4062 if (RealHostName != NULL && RealHostName[0] != '[')